-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 919 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
34
{
"name": "node-red-contrib-c8y-measuremts",
"version": "0.2.2",
"description": "NodeRed node that integrates with cumulocity to return measurement data",
"main": "c8y-measurements.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/computerFriend/node-red-contrib-c8y-measuremts.git"
},
"keywords": [
"cumulocity",
"node-red"
],
"author": "Allie Southerland",
"license": "ISC",
"bugs": {
"url": "https://github.com/computerFriend/node-red-contrib-c8y-measuremts/issues"
},
"homepage": "https://github.com/computerFriend/node-red-contrib-c8y-measuremts#readme",
"dependencies": {
"base-64": "^0.1.0",
"query-string": "^6.1.0",
"request": "^2.87.0",
"utf8": "^3.0.0"
},
"node-red": {
"nodes": {
"c8y-measurements": "c8y-measurements.js"
}
}
}