-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 917 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": "eclipseiot-demobox",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kartben/eclipseiot-demobox"
},
"author": "",
"license": "EPL-1.0",
"bugs": {
"url": "https://github.com/kartben/eclipseiot-demobox/issues"
},
"homepage": "https://github.com/kartben/eclipseiot-demobox",
"dependencies": {
"async": "^1.4.2",
"chalk": "^1.1.1",
"colors": "^1.1.2",
"express": "3.1.0",
"pty.js": "^0.3.0",
"socket.io": "^1.3.6",
"term.js": "0.0.7",
"tty.js": "^0.2.15"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-curl": "^2.2.0",
"grunt-request-progress": "0.0.3"
}
}