forked from rchipka/node-osmosis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 803 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": "osmosis",
"version": "1.1.10",
"description": "Web scraper for NodeJS",
"keywords": [
"web",
"scraper",
"crawler",
"html",
"xml",
"dom",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/rchipka/node-osmosis.git"
},
"author": {
"name": "rchipka",
"email": "[email protected]"
},
"dependencies": {
"libxmljs-dom": "~0.0.17",
"needle": "^1.6.0"
},
"devDependencies": {
"jscs": ">=3.0.2",
"nodeunit": "0.11.3"
},
"scripts": {
"test": "node ./node_modules/.bin/nodeunit test"
},
"license": "MIT",
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/rchipka/node-osmosis/issues"
}
}