forked from rchipka/node-osmosis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 881 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
{
"name": "osmosis",
"version": "0.0.4",
"description": "Web scraper for NodeJS",
"keywords": [
"web",
"scraper",
"crawler",
"html",
"xml",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/rc0x03/node-osmosis.git"
},
"author": {
"name": "rc0x03",
"email": "[email protected]"
},
"dependencies": {
"needle": ">=0.7.0",
"libxmljs": ">=0.9.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
}
],
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/rc0x03/node-osmosis/issues"
},
"_id": "[email protected]",
"_from": "node-osmosis@"
}