-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "test1",
"version": "1.0.0",
"description": "",
"main": "app/server.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"start": "node app/server.js",
"postinstall": "gulp",
"watch": "gulp build:watch"
},
"engines": {
"node": "6.0.x"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "^6.5.0",
"express": "^4.13.4",
"express-handlebars": "3.0.0",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.1",
"gulp-util": "^3.0.7",
"jquery": "^2.2.3",
"lodash.range": "3.1.4",
"react": "^15.0.1",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"reselect": "^2.5.1",
"socket.io": "^1.4.5",
"webpack": "^1.13.0",
"webrtc-adapter-test": "^0.2.10"
}
}