-
Notifications
You must be signed in to change notification settings - Fork 610
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 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-node-pusher",
"version": "1.0.0",
"description": "A Node-RED node to send and receive messages using Pusher.com",
"dependencies": {
"pusher": "^5.1.2",
"pusher-js": "^8.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/pusher"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"pusher"
],
"node-red": {
"nodes": {
"pusher": "pusher.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
},
"contributors": [
{
"name": "Shaqaruden",
"email": "shaqaruden@gmail.com"
}
]
}