-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 817 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 817 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
{
"name": "fetch-url",
"version": "1.0.9",
"description": "Utility for fetching URL.",
"keywords": [
"scraper",
"scraping",
"web",
"url"
],
"author": "Ted Benson",
"maintainers": [
{
"name": "Ted Benson",
"email": "eob@csail.mit.edu",
"url": "http://www.edwardbenson.com/"
}
],
"bugs": {
"email": "eob@csail.mit.edu",
"url": "https://github.com/cts/fetch-url/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cts/fetch-url/blob/master/LICENSE.txt"
}
],
"repository": {
"type": "git",
"url": "http://github.com/cts/fetch-url.git"
},
"dependencies": {
"underscore": "*",
"request": "*",
"jsuri": "*"
},
"engines": {
"node": ">=0.1.9"
},
"main": "./lib/fetch-url.js"
}