+25
−15
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "request-promise",
|
||
"version": "0.2.5",
|
||
"description": "Promise-based Wrapper for XHR using Request and Bluebird",
|
||
"main": "./lib/rp.js",
|
||
"engines": {
|
||
"node": ">=0.10.0"
|
||
},
|
||
"scripts": {
|
||
"test": "./node_modules/.bin/gulp validate"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/tyabonil/request-promise"
|
||
},
|
||
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",
|
||
"keywords": [
|
||
"xhr",
|
||
"http",
|
||
"https",
|
||
"promise",
|
||
"request"
|
||
"request",
|
||
"then",
|
||
"thenable"
|
||
],
|
||
"readmeFilename": "README.md",
|
||
"author": "Ty Abonil",
|
||
"homepage": "https://github.com/tyabonil/request-promise",
|
||
"bugs": {
|
||
"url": "https://github.com/tyabonil/request-promise/issues"
|
||
},
|
||
"license": "MIT",
|
||
"author": "Ty Abonil",
|
||
"contributors": [
|
||
"Nicolai Kamenzky (https://github.com/analog-nico)"
|
||
],
|
||
"main": "./lib/rp.js",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/tyabonil/request-promise.git"
|
||
},
|
||
"scripts": {
|
||
"test": "./node_modules/.bin/gulp validate"
|
||
},
|
||
"dependencies": {
|
||
"bluebird": "^2.3",
|
||
"lodash": "^2.4.1",
|
||
| @@ -35,5 +42,8 @@ | ||
"jshint-stylish": "^1.0.0",
|
||
"rimraf": "^2.2.8",
|
||
"run-sequence": "^1.0.1"
|
||
},
|
||
"engines": {
|
||
"node": ">=0.10.0"
|
||
}
|
||
} |
||
Loading