forked from hrhrprasath/iot-device-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "automating-device-diagnostics-&-Updates",
"version": "0.0.2",
"description": "A sample Java program that showcases automation of device diagnostics & updates with connected devices, that are connected to a gateway and are registered on Watson IoT Platform"
"engines": {
"node": ">=0.10.x"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "Sathiskumar Palaniappan",
"email": "[email protected]",
"name": "Prasanna A Mathada",
"email": "[email protected]"
}
],
"license": "EPL-1.0",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^1.5.1",
"body-parser": "~1.14.1",
"errorhandler": "~1.4.1",
"express": "*",
"request": "^2.67.0",
"node-red": "0.x",
"node-red-bluemix-nodes":"0.x",
"watson-developer-cloud": "~1.0.6",
"cookie-parser":"*",
"morgan":"*",
"node-rest-client":"*",
"express-session":"*",
"when": "~3.x",
"mongodb": "~1.4.x",
"nano": "~5.11.0",
"cfenv":"~1.0.0",
"feedparser":"~0.19.2",
"redis":"~0.10.1",
"node-red-bluemix-nodes":"0.x",
"node-red-node-cf-cloudant":"0.x",
"node-red-contrib-ibmpush":"0.x",
"node-red-contrib-bluemix-hdfs":"0.x",
"node-red-nodes-cf-sqldb-dashdb":"0.x",
"node-red-contrib-scx-ibmiotapp":"0.x",
"request":"~2.36.0"
},
"config": {
"engine-strict": true
}
}