-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 726 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 726 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
36
37
38
39
{
"name": "node-gadgets",
"description": "Node.js implementation of Extract Widget using node-dom, it retrieves html gadgets from web pages extracted following given criterias",
"version": "0.1.0",
"homepage": "http://www.jcore.fr",
"keywords": [
"gadget",
"widget",
"bot",
"dom",
"html",
"js",
"style",
"css",
"w3c",
"javascript",
"ajax"
],
"maintainers": [
{
"name": "Aymeric Vitte"
}
],
"contributors": [
],
"repository": {
"url": ""
},
"licenses": [
{
"type": "MIT"
}
],
"author": "Aymeric Vitte <avitte@jcore.fr> (http://www.jcore.fr)",
"main": "./lib/gadgets.js",
"engines": {
"node": "*"
}
}