-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1000 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
35
36
37
38
{
"name": "node-red-contrib-netpie",
"version": "0.9.9",
"description": "A Node-RED node to connect to NETPIE.io platform",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/netpieio/node-red-contrib-netpie.git"
},
"keywords": [
"node-red",
"netpie",
"netpie.io",
"microgear"
],
"author": "Chavee Issariyapat <[email protected]> (https://netpie.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/netpieio/node-red-contrib-netpie/issues"
},
"homepage": "https://github.com/netpieio/node-red-contrib-netpie",
"dependencies": {
"microgear": "^0.8.1",
"restler": "^3.4.0"
},
"node-red": {
"nodes": {
"microgear": "1-netpie-microgear.js",
"rest chat": "2-netpie-restchat.js",
"rest publish": "3-netpie-restpublish.js",
"writefeed": "4-netpie-writefeed.js",
"push": "5-netpie-push.js"
}
}
}