-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 822 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 822 Bytes
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
{
"name": "node-red-contrib-dcloud",
"version": "0.0.20",
"description": "DCloud publicapi components",
"author": {
"name": "Jes Ramsing",
"email": "jesramsing@danfoss.com"
},
"license": "MIT",
"keywords": [
"node-red"
],
"repository": {
"type": "git",
"url": "https://github.com/Laro88/nodered-dcloud.git"
},
"node-red": {
"nodes": {
"DCloud-Status": "Status.js",
"DCloud-Read": "Read.js",
"DCloud-Write": "Write.js",
"DCloud-Source": "Source.js",
"DCloud-GraphSlicer": "GraphSlicer.js",
"humanizer": "nrhumanizer.js"
}
},
"dependencies": {
"async": "^2.1.4",
"moment": "^2.17.1",
"moment-timezone": "^0.5.10",
"request": "^2.79.0",
"validator": "^6.2.0"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}