forked from guidone/node-red-contrib-quotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 896 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
{
"name": "node-red-contrib-quotes",
"version": "0.2.1",
"description": "Get a random quote from different sources",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/guidone/node-red-contrib-quotes.git"
},
"keywords": [
"node-red",
"quotes",
"quote",
"random"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/guidone/node-red-contrib-quotes/issues"
},
"node-red": {
"nodes": {
"quotes": "quotes.js"
}
},
"maintainers": [
{
"name": "Guido Bellomo",
"email": "[email protected]",
"web": "http://javascript-jedi.com"
}
],
"author": {
"name": "Guido Bellomo",
"email": "[email protected]"
},
"homepage": "https://github.com/guidone/node-red-contrib-quotes#readme"
}