-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
51
52
{
"name": "MCU",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --driver-package=practicalmeteor:mocha"
},
"dependencies": {
"autobind": "^1.0.3",
"babel-plugin-import-glob": "^2.0.0",
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.3",
"bluebird": "^3.5.0",
"fs-promise": "^2.0.3",
"gcode-json-converter": "^1.2.1",
"heartbeater": "^0.1.0",
"ip": "^1.1.5",
"line-by-line": "^0.1.5",
"meteor-node-stubs": "~0.2.4",
"mocha": "^3.5.1",
"moment": "^2.18.1",
"motion-controller-emulator": "^0.1.4",
"react": "^15.6.1",
"react-addons-pure-render-mixin": "^15.6.0",
"react-autobind": "^1.0.6",
"react-dom": "^15.6.1",
"react-flip-move": "^2.9.15",
"react-komposer": "^2.0.0",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-router-prop-types": "^0.0.1",
"request-promise": "^4.2.2",
"serialport": "4",
"simpl-schema": "^0.3.2",
"unzip2": "^0.2.5",
"usb": "^1.2.0"
},
"devDependencies": {
"enzyme": "^2.9.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"expect": "^1.20.2",
"prettier": "^1.5.3",
"react-addons-test-utils": "^15.6.0"
},
"engines": {
"node": "4.8.4"
}
}