-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 962 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
{
"name": "dom-collector",
"version": "1.0.8",
"description": "A simple DOM crawler based on JSON scheme.",
"main": "lib/dom-collector.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt coffee"
},
"repository": {
"type": "git",
"url": "http://github.com/eces/dom-collector"
},
"keywords": [
"crawler",
"dom",
"parser",
"lexer",
"cheerio",
"request",
"api",
"spider",
"phantomjs"
],
"author": "Jinhyuk Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/eces/dom-collector/issues"
},
"homepage": "https://github.com/eces/dom-collector",
"dependencies": {
"bluebird": "^2.9.34",
"chai": "^3.2.0",
"cheerio": "^0.19.0",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-env": "^0.4.4",
"grunt-mocha-test": "^0.12.7",
"iconv": "^2.1.2",
"lodash": "^3.10.1",
"mocha": "^2.2.5",
"request": "^2.60.0"
}
}