-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 916 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
46
{
"name": "beagle",
"version": "0.2.0",
"description": "Release a Beagle dog to scrape a web site for you.",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"cheerio": "0.9.x",
"request": "2.11.4"
},
"devDependencies": {
"mocha": "*",
"expect.js": ">=0.1.2",
"express": "3.0.x",
"blanket": "0.9.8",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-mocha-cov": "~0.3.0",
"grunt-express-server": "~0.4.19",
"mocha-term-cov-reporter": "~0.2.0"
},
"config": {
"blanket": {
"pattern": "/beaglejs/lib/"
}
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/fernetjs/beaglejs.git"
},
"keywords": [
"scrap",
"scraper",
"site scraper",
"beagle"
],
"license": "MIT"
}