-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "node-red-lv-cap",
"version": "1.0.0",
"description": "A visual tool for wiring the Internet of Things, embedded on LV-CAP",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/IM-consulting/Node-Red-OpenLV.git"
},
"main": "node_modules/node-red/red/red.js",
"scripts": {
"start": "node index.js"
},
"contributors": [
{
"name": "Dave Conway-Jones"
},
{
"name": "Nick O'Leary"
},
{
"name": "James Thomas"
},
{
"name": "Ian McEachern"
}
],
"dependencies": {
"lv-cap": "1.1.1",
"basic-auth": "1.1.0",
"bcryptjs": "2.4.3",
"express": "4.*.*",
"http-shutdown": "1.2.*",
"node-red": "0.18.4",
"node-red-contrib-facebook-messenger-writer": "*",
"node-red-contrib-googlechart": "*",
"node-red-dashboard": "*",
"node-red-node-dropbox": "*",
"node-red-node-google": "*"
},
"engines": {
"node": "6.*.*"
}
}