-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 999 Bytes
/
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
{
"name": "interactive-city",
"version": "1.0.0",
"description": "This image contains everything needed for the project.",
"main": "settings.js",
"dependencies": {
"cryptiles": "^4.1.3",
"express": "^4.16.1",
"node-red": "^2.2.2",
"node-red-contrib-facebook-messenger-writer": "0.0.x",
"node-red-contrib-git-ui": "0.1.x",
"node-red-contrib-viseo-loop": "0.2.x",
"node-red-dashboard": "^3.1.6",
"node-red-node-cf-cloudant": "0.2.x",
"node-red-node-openwhisk": "0.x",
"node-red-node-twitter": "0.1.x",
"node-red-node-watson": "^0.10.3"
},
"scripts": {
"start": "node-red -v $FLOWS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedro-pinho/interactive-city.git"
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/pedro-pinho/interactive-city/issues"
},
"homepage": "https://github.com/pedro-pinho/interactive-city#readme"
}