-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 866 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-scrape-it",
"version": "1.0.6",
"description": "Scrape-it node",
"main": "scrape-it.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scrape-it",
"node-red-contrib-scrape-it",
"node-red",
"parser",
"html",
"json"
],
"repository": {
"type": "git",
"url": "https://github.com/borjiso/node-red-contrib-scrape-it"
},
"homepage": "https://github.com/borjiso/node-red-contrib-scrape-it#readme",
"bugs": "https://github.com/borjiso/node-red-contrib-scrape-it/issues",
"author": {
"name": "Borja Jimeno. borjiso",
"email": "[email protected]",
"url": "https://borjiso.github.io/"
},
"license": "MIT",
"dependencies": {
"scrape-it": "5.2.4"
},
"node-red": {
"nodes": {
"scrape-it": "scrape-it.js"
}
}
}