35 lines
703 B
JSON
35 lines
703 B
JSON
|
|
{
|
||
|
|
"name": "needle",
|
||
|
|
"version": "2.2.4",
|
||
|
|
"description": "The leanest and most handsome HTTP client in the Nodelands.",
|
||
|
|
"author": "Tomás Pollak <tomas@forkhq.com>",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/tomas/needle.git"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"debug": "^2.1.2",
|
||
|
|
"iconv-lite": "^0.4.4",
|
||
|
|
"sax": "^1.2.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"JSONStream": "",
|
||
|
|
"jschardet": "",
|
||
|
|
"mocha": "",
|
||
|
|
"q": "",
|
||
|
|
"should": "^13.2.3",
|
||
|
|
"sinon": "^2.3.0",
|
||
|
|
"xml2js": ""
|
||
|
|
},
|
||
|
|
"directories": {
|
||
|
|
"lib": "./lib"
|
||
|
|
},
|
||
|
|
"main": "./lib/needle",
|
||
|
|
"bin": {
|
||
|
|
"needle": "./bin/needle"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.10.x"
|
||
|
|
}
|
||
|
|
}
|