forked from HFScode/zspin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "zspin",
"version": "0.3.2",
"description": "Multi OS emulator frontend",
"devDependencies": {
"argv": "0.0.2",
"bower": "^1.7.7",
"electron-packager": "^6.0.0",
"electron-prebuilt": "0.37.3",
"electron-rebuild": "^1.1.3",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-download": "^0.0.1",
"gulp-header": "tracker1/gulp-header",
"gulp-if": "^2.0.0",
"gulp-install": "^0.6.0",
"gulp-json-editor": "^2.2.1",
"gulp-livereload": "^3.8.1",
"gulp-clean-css": "^2.0.3",
"gulp-rm": "^1.0.0",
"gulp-sass": "^2.2.0",
"gulp-symdest": "^1.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"rimraf": "^2.5.2",
"swf-reader": "^1.0.0",
"unzip": "^0.1.11",
"yargs": "^4.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "node ./node_modules/.bin/gulp",
"bower": "node ./node_modules/.bin/bower",
"make-install": "npm install && npm run bower -- install",
"make-build": "npm run gulp",
"make-watch": "npm run gulp -- watch",
"make-run": "npm run nwbuild -- -r ./build"
},
"author": "Romain Gay <[email protected]>",
"license": "CC-BY-NC-SA-4.0"
}