-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 865 Bytes
/
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
{
"name": "NodeBot",
"version": "1.0.0",
"description": "Raspberry Pi robot on wheels using Node.js",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "nodemon src/index.js",
"dev": "nodemon src/test-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aharshac/node-bot.git"
},
"keywords": [
"node",
"raspberry",
"pi",
"robot"
],
"author": "Harsha Alva",
"license": "MIT",
"bugs": {
"url": "https://github.com/aharshac/node-bot/issues"
},
"homepage": "https://github.com/aharshac/node-bot#readme",
"dependencies": {
"compression": "^1.6.2",
"express": "^4.14.1",
"express-basic-auth": "^0.2.3",
"http": "0.0.0",
"johnny-five": "^0.10.6",
"raspi-io": "^7.2.4",
"serve-static": "^1.11.2",
"socket.io": "^1.7.2"
}
}