forked from matthewmueller/x-ray-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1010 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
43
44
45
{
"name": "x-ray-crawler",
"version": "2.0.3",
"description": "x-ray's crawler",
"main": "lib/index.js",
"dependencies": {
"cheerio": "^0.22.0",
"debug": "^2.1.3",
"delegates": "^0.1.0",
"emitter-component": "^1.1.1",
"enqueue": "^1.0.2",
"http-context": "^1.1.0",
"ms": "^2.0.0",
"selectn": "^0.9.6",
"sliced": "0.0.5",
"superagent": "^3.6.0",
"wrap-fn": "^0.1.4",
"x-ray-parse": "^1.0.0",
"yieldly": "0.0.1"
},
"devDependencies": {
"jest": "^20.0.4"
},
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lapwinglabs/x-ray-crawler.git"
},
"keywords": [
"x-ray",
"crawler",
"request",
"scrape",
"scraper"
],
"author": "Matthew Mueller",
"license": "MIT",
"bugs": {
"url": "https://github.com/lapwinglabs/x-ray-crawler/issues"
},
"homepage": "https://github.com/lapwinglabs/x-ray-crawler#readme"
}