-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.27 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": "standup",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-istanbul": "^0.12.1",
"babel-loader": "^6.2.10",
"chai": "^3.5.0",
"ejs": "^2.5.5",
"enzyme": "^2.7.1",
"express-react-engine": "^0.6.0",
"express-react-views": "^0.10.2",
"http-server": "^0.9.0",
"istanbul": "^0.4.5",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"mongoose": "^4.8.1",
"react-router": "^3.0.2",
"react-scripts": "0.8.5",
"sinon": "^1.17.7",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"axios": "^0.15.3",
"mongoose": "^4.8.1",
"babel": "^6.5.2",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"body-parser": "^1.16.0",
"ejs": "^2.5.5",
"express": "^4.14.1",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"socket.io": "^1.7.2"
},
"scripts": {
"start": "./node_modules/.bin/babel-node --presets 'react,es2015' src/server.js",
"test": "mocha -w test/helpers/browser.js test/*.spec.js"
},
"engines": {
"node": "7.2.0",
"npm": "3.10.9"
}
}