2015-11-02 16:36:28 +01:00

43 lines
912 B
JSON

{
"name": "wget",
"version": "0.0.1",
"description": "wget in nodejs.",
"keywords": [
"download",
"http",
"https",
"ftp",
"proxy"
],
"author": {
"name": "Chengwei Wu",
"email": "meegodevelop@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/wuchengwei/node-wget.git"
},
"main": "./index.js",
"bin": {
"nwget": "./bin/nwget.js"
},
"dependencies": {
"tunnel": "0.0.2"
},
"engines": {
"node": ">= 0.6.18"
},
"readme": "node-wget\n=========\n\nwget in nodejs",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/wuchengwei/node-wget/issues"
},
"homepage": "https://github.com/wuchengwei/node-wget",
"_id": "wget@0.0.1",
"dist": {
"shasum": "8bb81af0b8e60b5df262d3c81e5737e1f4931e53"
},
"_from": "wget@*",
"_resolved": "https://registry.npmjs.org/wget/-/wget-0.0.1.tgz"
}