This repository has been archived by the owner on May 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathpackage.json
88 lines (88 loc) · 2.2 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
85
86
87
88
{
"name": "iot-sol",
"version": "2.0.3",
"description": "Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/01org/intel-iot-services-orchestration-layer.git"
},
"keywords": [
"iot",
"graphical",
"programming",
"app",
"dev"
],
"author": {
"name": "Jonathan Ding",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/01org/intel-iot-services-orchestration-layer/issues"
},
"homepage": "https://github.com/01org/intel-iot-services-orchestration-layer#readme",
"dependencies": {
"MD5": "^1.3.0",
"body-parser": "^1.13.3",
"chalk": "^1.1.0",
"eventemitter3": "^1.1.1",
"express": "4.13.4",
"fs-finder": "^1.8.1",
"fs.extra": "^1.3.2",
"glob": "^5.0.14",
"lodash": "^4.6.1",
"mute-stream": "0.0.6",
"request": "^2.60.0",
"server-destroy": "^1.0.1",
"socket.io": "^1.3.6",
"strip-json-comments": "^2.0.1",
"uuid": "^2.0.1",
"cheerio": "^0.20.0",
"commander": "^2.8.1",
"cookie-parser": "~1.4.1",
"cors": "2.7.1",
"cron": "1.1.0",
"follow-redirects": "0.0.7",
"fs-extra": "0.26.7",
"fs.notify": "0.0.4",
"is-utf8": "0.2.1",
"media-typer": "0.3.0",
"mqtt": "^1.7.3",
"mustache": "2.2.1",
"node-weibo-twitter": "^0.0.2",
"nodemailer": "^2.0.0",
"on-headers": "1.0.1",
"raw-body": "2.1.6",
"sax": "^1.2.1",
"semver": "^5.3.0",
"sentiment": "1.0.6",
"serialport": "4.0.*",
"ws": "0.8.1",
"xml2js": "0.4.16",
"ncp": "^2.0.0",
"npm-registry-client": "^7.1.2",
"tgz.js": "^1.0.7",
"ipaddr.js": "^1.1.0",
"clone": "1.0.2",
"mongodb": "^2.0.46"
},
"bundledDependencies": [
"hope-base",
"hope-center",
"hope-entity",
"hope-entity-store",
"hope-http-broker",
"hope-hub",
"hope-hub-center-shared",
"hope-message",
"hope-session-manager",
"hope-store",
"hope-workflow",
"hope-demo"
]
}