-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 923 Bytes
/
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
{
"name": "@lohsy84/request-util",
"version": "0.0.9",
"description": "HTTP Request Utility that uses Superagent and Bluebird Promises",
"main": "index.js",
"scripts": {
"jsdoc": "node_modules/.bin/jsdoc --configure jsdoc.conf ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Samuel Loh Yin Kang <samuel.loh.yk@gmail.com>",
"license": "MIT",
"dependencies": {
"@lohsy84/common-utils": "0.0.6",
"bluebird": "^3.4.1",
"cookie": "^0.3.1",
"lodash": "^4.15.0",
"qs": "^6.2.1",
"sprintf-js": "^1.0.3",
"superagent": "^2.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"jsdoc": "^3.4.0",
"mocha": "^3.1.0"
},
"bugs": {
"url": "https://github.com/samloh84/node-request-util/issues",
"email": "samuel.loh.yk@gmail.com"
},
"repository": {
"url": "https://github.com/samloh84/node-request-util",
"type": "git"
}
}