-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "src",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "istanbul cover back -x '**/*[Ss]pec.js' '**/config.js' '**/spec/**' jasmine"
},
"dependencies": {
"assert": "^1.4.1",
"axios": "^0.15.2",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"body-parser": "~1.15.2",
"botgram": "^2.0.0-beta2",
"browserify": "^13.1.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"debug": "~2.2.0",
"event-emitter": "^0.3.4",
"express": "~4.14.0",
"fs": "0.0.1-security",
"guid": "0.0.12",
"http": "0.0.0",
"https": "^1.0.0",
"jade": "~1.11.0",
"mongodb": "^2.2.11",
"morgan": "~1.7.0",
"node-mocks-http": "^1.5.4",
"path": "^0.12.7",
"pug": "^2.0.0-beta6",
"querystring": "^0.2.0",
"react": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-dom": "^15.4.1",
"request": "^2.79.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.6.0",
"socket.io-emitter": "^1.0.0"
},
"devDependencies": {
"browserify": "^13.1.1",
"karma-browserify": "^5.1.0",
"node-mocks-http": "^1.5.4",
"watchify": "^3.7.0"
}
}