-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 930 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 930 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "iRobot-Create-Browser",
"description": "Remote control for your iRobot Create via your browser",
"version": "0.1.0",
"dependencies": {
"create-oi": "0.0.4",
"express": "4.19.2",
"csr-gen": "0.2.1",
"stylus": "0.37.0",
"nib": "1.0.1",
"path": "0.4.9",
"os": "0.0.14",
"open": "6.0.0",
"opentok": "0.3.4",
"socket.io": "2.4.0",
"node-static": "~0.7.1"
},
"scripts": {
"start": "node server.js"
},
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/ndoty/iRobot-Create-Node-JS-Web-Control.git"
},
"keywords": [
"iRobot",
"Serial",
"Node",
"Socket.io",
"Jade",
"Express",
"Web",
"RTC",
"Web",
"Control"
],
"author": "Nicholas Doty",
"license": "MIT",
"bugs": {
"url": "https://github.com/ndoty/iRobot-Create-Node-JS-Web-Control/issues"
}
}