UNPKG

1.35 kBJSONView Raw
1{
2 "name": "request-promise",
3 "version": "1.0.0",
4 "description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",
5 "keywords": [
6 "xhr",
7 "http",
8 "https",
9 "promise",
10 "request",
11 "then",
12 "thenable"
13 ],
14 "homepage": "https://github.com/request/request-promise",
15 "bugs": {
16 "url": "https://github.com/request/request-promise/issues"
17 },
18 "license": "MIT",
19 "author": "Ty Abonil",
20 "contributors": [
21 "Nicolai Kamenzky (https://github.com/analog-nico)"
22 ],
23 "main": "./lib/rp.js",
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/request/request-promise.git"
27 },
28 "scripts": {
29 "test": "./node_modules/.bin/gulp ci"
30 },
31 "dependencies": {
32 "bluebird": "^2.3",
33 "cls-bluebird": "^1.0.1",
34 "lodash": "^3.10.0",
35 "request": "^2.34"
36 },
37 "devDependencies": {
38 "body-parser": "1.12.x",
39 "chai": "2.2.x",
40 "chai-as-promised": "4.3.x",
41 "chalk": "^1.1.1",
42 "cheerio": "^0.19.0",
43 "continuation-local-storage": "^3.1.4",
44 "event-stream": "3.3.x",
45 "gulp": "3.8.x",
46 "gulp-coveralls": "0.1.x",
47 "gulp-istanbul": "0.8.x",
48 "gulp-jshint": "1.10.x",
49 "gulp-mocha": "2.0.x",
50 "jshint-stylish": "1.0.x",
51 "rimraf": "2.3.x",
52 "run-sequence": "1.0.x"
53 },
54 "engines": {
55 "node": ">=0.10.0"
56 }
57}