-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "elevator-simulator",
"version": "0.1.0",
"description": "An Elevator Simulator, that helps simulate Elevator operations, all using Node-RED nodes",
"engines": {
"node": ">=0.12.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",
"node-red-contrib-ibm-watson-iot":"0.x",
"node-red-contrib-iot-virtual-device":"latest",
"node-red-node-watson":"latest",
"node-red-dashboard":"latest"
},
"config": {
"engine-strict": true
}
}