-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
61 lines (61 loc) · 1.13 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
{
"name": "humix-think",
"version": "1.1.0",
"main": "app.js",
"scripts": {
"start": "node server/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/project-humix/humix-think.git"
},
"keywords": [
"editor",
"rabot",
"pi",
"ibm",
"flow",
"watson",
"iot"
],
"contributors": [
{
"name": "Richard Chou",
"email": "[email protected]"
},
{
"name": "Jeffrey Liu",
"email": "[email protected]"
},
{
"name": "Jimmy Liao",
"email": "[email protected]"
}
],
"dependencies": {
"async": "1.5.0",
"bluebird": "^3.5.0",
"body-parser": "latest",
"cfenv": "~1.0.0",
"express": "latest",
"ioredis": "^2.5.0",
"logule": "latest",
"mqtt": "0.3.x",
"nano": "~5.11.0",
"needle": "^1.6.0",
"node-red": "^0.16.2",
"node-red-contrib-humix": "^1.0.7",
"q": "^1.5.0",
"request": "^2.65.0",
"when": "~3.x",
"ws": "1.1.1"
},
"devDependencies": {
"mocha": "2.2.5",
"should": "6.0.3"
},
"engines": {
"node": ">=4.2"
},
"license": "Apache-2.0"
}