-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1011 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "pipa-gateway",
"version": "1.2.0",
"description":
"A NodeJS module to help you create an API Gateway in an easy way.",
"main": "index.js",
"scripts": {
"test":
"./node_modules/nyc/bin/nyc.js ./node_modules/mocha/bin/mocha test/*.test.js --timeout=6000"
},
"contributors": [
"Faris <[email protected]",
"Septiyan Andika <[email protected]>"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^2.5.0",
"lodash": "^4.17.4",
"request": "^2.81.0"
},
"keywords": [
"pipa",
"express",
"api gateway",
"proxy",
"gateway",
"orchestrator",
"api",
"json",
"rest",
"restful"
],
"repository": {
"type": "git",
"url": "git+https://github.com/monologid/pipa-gateway.git"
},
"bugs": {
"url": "https://github.com/monologid/pipa-gateway/issues"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"codecov": "^2.3.0",
"mocha": "^3.5.3",
"nyc": "^11.2.1"
}
}