forked from cts/cts-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 853 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 853 Bytes
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": "dscrape",
"version": "0.1.0",
"description": "Declarative scraping with CATS",
"keywords": [
"web scraping",
"cats",
"declarative",
"scrape"
],
"maintainers": [{
"name": "Ted Benson",
"email": "eob@csail.mit.edu",
"url": "http://www.edwardbenson.com/"
}],
"contributors": [
],
"bugs": {
"email": "eob@csail.mit.edu",
"url": "https://github.com/webcats/dscrape/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/webcats/dscrape/blob/master/LICENSE.txt"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/webcats/dscrape.git"
}
],
"dependencies": {
"jsdom": "0.2.x",
"request": "2.9.x"
},
"engines": {
"node": ">=0.1.9"
},
"directories": {
"lib": "./lib"
},
"main": "./lib"
}