-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "minion-game",
"version": "1.0.0",
"description": "Rodin Inc. Minion Game",
"main": "gulpfile.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"server": "gulp clientjs; node server/index.js"
},
"keywords": [
"rodin"
],
"author": "Grigor Khachatryan",
"license": "MIT",
"homepage": "https://rodin.io",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.1",
"run-sequence": "^1.2.2"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.5.0",
"lodash": "^4.17.4",
"method-override": "^2.3.7",
"moment": "^2.18.1",
"socket.io": "^1.7.3"
}
}