-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
84 lines (84 loc) · 1.69 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "HybridObjects",
"version": "0.3.1",
"description": "",
"main": "server.js",
"dependencies": {
"archiver": "^0.14.2",
"body-parser": "^1.9.2",
"change-case": "^2.2.0",
"cheerio": "0.19.0",
"cors": "^2.5.0",
"decompress-zip": "^0.1.0",
"express": "^4.11.0",
"express-handlebars": "^3.0.0",
"formidable": "^1.0.16",
"fs-extra": "^0.12.0",
"fstream": "^1.0.4",
"getmac": "^1.0.6",
"ip": "^0.3.2",
"kodi-ws": "^2.3.0",
"lodash": "^3.10.1",
"monaco-editor": "^0.5.1",
"mpd": "^1.3.0",
"node-watch": "^0.3.4",
"onoff": "^1.0.3",
"serialport": "^3.0.1",
"smtp-server": "^1.16.1",
"socket.io": "^1.2.0",
"socket.io-client": "^1.2.0",
"unzip": "^0.1.11",
"watch": "^0.13.0",
"wedo2": "^1.5.*",
"xml2js": "^0.4.4",
"request": "^2.*"
},
"repository": {
"type": "git",
"url": "https://github.com/openhybrid/object"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": {
"name": "Valentin Heun",
"email": "[email protected]"
},
"contributors": [
{
"name": "Shunichi Kasahara",
"email": ""
},
{
"name": "James Hobin",
"email": ""
},
{
"name": "Kevin Wong",
"email": ""
},
{
"name": "Kenny Friedman",
"email": ""
},
{
"name": "Michelle Suh",
"email": ""
},
{
"name": "Benjamin F Reynolds ",
"email": ""
},
{
"name": "Eva Stern-Rodriguez",
"email": ""
},
{
"name": "Carsten Strunk",
"email": ""
}
],
"license": "MPL-2.0"
}