-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 870 Bytes
/
package.json
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": "sphaxify",
"version": "1.0.4",
"author": "Edward Cobbold <[email protected]>",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/GrumpyPirate/Sphaxify.git"
},
"license": "MIT",
"scripts": {
"optimise": "gulp optimise",
"makezips": "gulp makeZips",
"watch": "gulp watch"
},
"main": "Gulpfile.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-bytediff": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-gm": "0.0.8",
"gulp-ignore": "^2.0.1",
"gulp-load-plugins": "^1.2.0",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"imagemin-optipng": "github:grumpypirate/imagemin-optipng",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"node-notifier": "^4.5.0"
}
}