forked from TheThingsArchive/nodered-app-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 990 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
{
"name": "node-red-contrib-ttn",
"version": "2.0.1",
"description": "The Things Network Node-RED Application Nodes",
"main": "index.js",
"dependencies": {
"ttn": "^2.2.8"
},
"repository": {
"type": "git",
"url": "git://github.com/TheThingsNetwork/nodered-app-node.git"
},
"bugs": {
"url": "https://github.com/TheThingsNetwork/nodered-app-node/issues"
},
"homepage": "https://github.com/TheThingsNetwork/nodered-app-node#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "git push --follow-tags"
},
"keywords": [
"node-red",
"TTN",
"The Things Network"
],
"author": "Romeo Van Snick <[email protected]>",
"license": "MIT",
"node-red": {
"nodes": {
"ttn-app": "ttn-app/ttn-app.js",
"ttn-event": "ttn-event/ttn-event.js",
"ttn-uplink": "ttn-uplink/ttn-uplink.js",
"ttn-downlink": "ttn-downlink/ttn-downlink.js"
}
}
}