forked from jcostello93/node-red-contrib-node-reddit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 895 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
39
40
41
42
{
"name": "node-red-contrib-node-reddit",
"version": "1.0.11",
"contributors": [
{
"name": "John Costello",
"url": "https://github.com/jcostello93"
},
{
"name": "William Sabbatini",
"url": "https://github.com/sabbatiw"
},
{
"name": "Lucy Song",
"url": "https://github.com/leqis"
}
],
"description": "Interact with Reddit using Node-RED",
"dependencies": {
"mustache": "^3.0.1",
"snoostorm-es6": "^1.0.2",
"snoowrap": "^1.15.2"
},
"keywords": [
"node-red",
"reddit"
],
"license": "MIT",
"node-red": {
"nodes": {
"node-reddit": "node-reddit.js"
}
},
"main": "node-reddit.js",
"repository": {
"type": "git",
"url": "https://github.com/jcostello93/node-red-contrib-node-reddit.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}