41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"name": "request-promise-core",
|
||
|
|
"version": "1.1.1",
|
||
|
|
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
|
||
|
|
"main": "./lib/plumbing.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/request/promise-core.git"
|
||
|
|
},
|
||
|
|
"author": "Nicolai Kamenzky (https://github.com/analog-nico)",
|
||
|
|
"license": "ISC",
|
||
|
|
"homepage": "https://github.com/request/promise-core#readme",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"lodash": "^4.13.1"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"request": "^2.34"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@request/api": "^0.6.0",
|
||
|
|
"@request/client": "^0.1.0",
|
||
|
|
"bluebird": "~3.4.1",
|
||
|
|
"body-parser": "~1.15.2",
|
||
|
|
"chai": "~3.5.0",
|
||
|
|
"chalk": "~1.1.3",
|
||
|
|
"gulp": "~3.9.1",
|
||
|
|
"gulp-coveralls": "~0.1.4",
|
||
|
|
"gulp-eslint": "~2.1.0",
|
||
|
|
"gulp-istanbul": "~1.0.0",
|
||
|
|
"gulp-mocha": "~2.2.0",
|
||
|
|
"node-version": "~1.0.0",
|
||
|
|
"publish-please": "~2.1.4",
|
||
|
|
"request": "^2.34.0",
|
||
|
|
"rimraf": "~2.5.3",
|
||
|
|
"run-sequence": "~1.2.2",
|
||
|
|
"stealthy-require": "~1.0.0"
|
||
|
|
}
|
||
|
|
}
|