UNPKG

560 BJSONView Raw
1{
2 "name": "fetch",
3 "description": "Fetch URL contents",
4 "version": "0.3.6",
5 "author": "Andris Reinman",
6 "maintainers": [
7 "andris <andris@node.ee>"
8 ],
9 "homepage": "http://github.com/andris9/fetch",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/andris9/fetch.git"
13 },
14 "main": "./lib/fetch",
15 "licenses": [
16 {
17 "type": "MIT",
18 "url": "http://github.com/andris9/fetch/blob/master/LICENSE"
19 }
20 ],
21 "dependencies": {
22 "encoding": "*"
23 },
24 "engines": ["node >=0.5.10"],
25 "keywords": [
26 "url"
27 ]
28}