forked from crispmark/JSbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "robo-interface",
"version": "1.0.0",
"description": "interface for interacting with robot tank",
"main": "interface.js",
"scripts": {
"start": "nodemon server.js & webpack",
"test": "node robo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crispmark/robo-interface.git"
},
"author": "Mark <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/crispmark/robo-interface/issues"
},
"homepage": "https://github.com/crispmark/robo-interface#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bufferutil": "^1.2.1",
"express": "^4.13.4",
"johnny-five": "^0.9.32",
"jsmpeg": "^1.0.0",
"python-shell": "^0.4.0",
"raspi-io": "^5.4.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"secure-random": "^1.1.1",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"ws": "^1.0.1",
"wss": "^0.0.2"
}
}