-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 868 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 868 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
{
"name": "node-red-aquila",
"version": "0.3.0",
"description": "Aquila's internet of things platform nodes for Node-Red.",
"dependencies": {
"request": "^2.72.0",
"socket.io-client": "^1.4.8"
},
"repository": {
"type": "git",
"url": "https://github.com/makerlabmx/node-red-aquila.git"
},
"keywords": [
"node-red",
"aquila",
"altair",
"makerlab",
"node-red-aquila"
],
"node-red" : {
"nodes": {
"action": "action.js",
"authentication-config": "authentication-config.js",
"event": "event.js",
"service": "service.js",
"wserial": "wserial.js"
}
},
"author": "Gilberto Leon, Rodrigo Mendez <info@makerlab.mx> (http://aquila.io/en)",
"license": "ISC",
"bugs": {
"url": "https://github.com/makerlabmx/node-red-aquila/issues"
},
"homepage": "http://aquila.io/en"
}