-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "nicholas.fish",
"version": "1.0.0",
"description": "My personal web site, using the awesome design of http://html5up.net/spectral by\r the talented [@ajlkn](http://twitter.com/ajlkn).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/thenickfish/arkadianriver.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thenickfish/arkadianriver.com/issues"
},
"homepage": "https://github.com/thenickfish/arkadianriver.com#readme",
"devDependencies": {
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-gm": "0.0.9",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "^7.1.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"blueimp-gallery": "^2.36.0"
}
}