-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
{
"name": "rest-client",
"version": "0.0.1",
"description": "A Rest Client framework to easily support different Rest APIs",
"dependencies": {
"body-parser": "^1.20.1",
"cheerio": "^0.22.0",
"connect-busboy": "^0.0.2",
"dateformat": "^2.0.0",
"event-stream": "^3.3.4",
"exceljs": "^0.5.0",
"execution-time": "^1.2.0",
"fs-extra": "^0.26.4",
"ini": "^1.3.4",
"js-yaml": "^3.8.4",
"jsonwebtoken": "^9.0.0",
"mocha": "^10.2.0",
"object-path": "^0.11.4",
"open": "0.0.5",
"request": "^2.81.0",
"request-promise": "^2.0.0",
"set-cookie-parser": "^2.0.0",
"winston": "^2.2.0",
"winston-daily-rotate-file": "1.1.1",
"yargs": "^3.31.0"
},
"devDependencies": {
"chai": "^3.5.0",
"concurrently": "^1.0.0",
"prettier-eslint": "^8.0.0"
},
"scripts": {
"box": "node providers/box/box-runner.js",
"github": "node providers/github/gh-runner.js",
"zenhub": "node providers/zenhub/zen-runner.js",
"tests": "mocha tests --recursive --watch",
"start": "npm run google",
"google": "node providers/google/g-runner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mingliangguo/rest-client.git"
},
"keywords": [
"nodejs",
"rest"
],
"author": "Mingliang Guo",
"license": "ISC"
}