-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 731 Bytes
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
{
"name": "mshifts",
"private": true,
"scripts": {
"start": "meteor run",
"test": "mocha ./tests --compilers js:babel-register -w || true"
},
"dependencies": {
"lodash": "^4.6.1",
"material-ui": "^0.15.0-alpha.2",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.12.0",
"numbro": "^1.7.1",
"react": "^0.14.8",
"react-addons-pure-render-mixin": "^0.14.8",
"react-dom": "^0.14.8",
"react-mounter": "^1.1.0",
"react-select": "^1.0.0-beta12",
"react-tap-event-plugin": "^0.2.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
}
}