forked from matthewmueller/x-ray
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.42 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "x-ray",
"description": "structure any website",
"homepage": "https://github.com/lapwinglabs/x-ray#readme",
"version": "2.3.3",
"main": "index.js",
"author": {
"name": "Matthew Mueller",
"email": "[email protected]"
},
"contributors": [
{
"name": "Fabien Franzen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/lapwinglabs/x-ray.git"
},
"bugs": {
"url": "https://github.com/lapwinglabs/x-ray/issues"
},
"keywords": [
"api",
"cheerio",
"scrape",
"scraper",
"structure",
"web"
],
"dependencies": {
"batch": "~0.5.2",
"bluebird": "^3.4.7",
"chalk": "~1.1.1",
"cheerio": "~0.20.0",
"debug": "~2.2.0",
"enstore": "~1.0.1",
"is-url": "~1.2.0",
"isobject": "~2.0.0",
"object-assign": "~4.0.1",
"stream-to-string": "^1.1.0",
"x-ray-crawler": "~2.0.1",
"x-ray-parse": "~1.0.1"
},
"devDependencies": {
"concat-stream": "1.5.2",
"coveralls": "2.11.16",
"istanbul": "0.4.5",
"mocha": "latest",
"mocha-lcov-reporter": "1.2.0",
"multiline": "1.0.2",
"rimraf": "2.5.4",
"standard": "6.0.8"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
"pretest": "standard",
"test": "mocha"
},
"license": "MIT"
}