forked from request/request-promise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "request-promise",
"version": "5.0.1",
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",
"keywords": [
"xhr",
"http",
"https",
"promise",
"request",
"then",
"thenable"
],
"homepage": "https://github.com/request/request-promise",
"bugs": {
"url": "https://github.com/request/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/request/request-promise.git"
},
"scripts": {
"test": "./node_modules/.bin/gulp ci"
},
"dependencies": {
"bluebird": "^3.3",
"browser-request": "^0.3.3",
"lodash": "^4.6.1"
},
"devDependencies": {
"body-parser": "1.15.x",
"chai": "3.5.x",
"chai-as-promised": "5.2.x",
"chalk": "1.1.x",
"cheerio": "0.20.x",
"cls-bluebird": "^1.0.1",
"continuation-local-storage": "^3.1.4",
"event-stream": "3.3.x",
"gulp": "3.9.x",
"gulp-coveralls": "0.1.x",
"gulp-istanbul": "0.10.x",
"gulp-jshint": "2.0.x",
"gulp-mocha": "2.2.x",
"jshint": "2.9.x",
"jshint-stylish": "2.1.x",
"rimraf": "2.5.x",
"run-sequence": "1.1.x"
},
"engines": {
"node": ">=0.10.0"
}
}