-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 872 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
{
"author": "Rogelio Morrell <[email protected]>",
"name": "fren",
"description": "easy to build multi-node web spider based on request",
"keywords": [
"scraper",
"templates",
"parser"
],
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/molekilla/fren.git"
},
"main": "./lib/index.js",
"engines": {
"node": ">= 4.2.1"
},
"dependencies": {
"async": "~0.2.10",
"cheerio": "0.19.0",
"colors": "~0.6.2",
"debug": "~1.0.4",
"menio": "^0.2.1",
"q": "~1.0.0",
"request": "^2.55.0",
"underscore": "1.7.0"
},
"devDependencies": {
"grunt-contrib-jasmine": "~0.4.2",
"grunt-jasmine-node": "*",
"grunt-ts": "^5.2.0",
"heredoc": "*",
"jasmine-node": "*"
},
"scripts": {
"test": "grunt spec"
},
"typings": "lib/index",
"files": ["lib/"]
}