forked from zxwandrew/ArcGISFly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
44
45
46
47
48
49
50
51
52
53
{
"name": "fly",
"version": "1.0.0",
"description": "ArcGIS Fly",
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install && gulp production"
},
"author": "andrew wang",
"license": "ISC",
"dependencies": {
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.3",
"express": "^4.13.4",
"express-ws": "^1.0.0-rc.2",
"jade": "^1.11.0",
"mobile-detect": "^1.3.1",
"morgan": "^1.6.1",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.4",
"babel-core": "^6.4.5",
"babel-plugin-transform-es2015-modules-amd": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-bower": "0.0.11",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.0.0",
"gulp-requirejs": "^0.1.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-usemin": "^0.3.20"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-plugin-transform-es2015-modules-amd": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-bower": "0.0.11",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.0.0",
"gulp-requirejs": "^0.1.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-usemin": "^0.3.20"
},
"main": "gulpfile.js"
}