forked from apigee-internal/microgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.29 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "edgemicro",
"version": "2.3.5",
"description": "Apigee Edge Microgateway",
"main": "index.js",
"license": "Apache-2.0",
"bin": {
"edgemicro": "./cli/edgemicro"
},
"dependencies": {
"apigeetool": "^0.6.3",
"async": "^1.5.2",
"body-parser": "^1.12.4",
"cli-prompt": "^0.5.0",
"commander": "^2.9.0",
"config": "^1.13.0",
"cpr": "^1.0.0",
"crypto": "0.0.3",
"debug": "^2.2.0",
"fs-extra": "^0.20.1",
"js-yaml": "^3.5.4",
"jsonwebtoken": "^5.7.0",
"lodash": "^3.9.3",
"log-symbols": "^1.0.2",
"microgateway-config": "^2.3.3",
"microgateway-core": "^2.3.3",
"microgateway-edgeauth": "^1.0.2",
"microgateway-plugins": "^2.3.5",
"pem": "^1.8.1",
"request": "^2.67.0",
"rimraf": "^2.4.3",
"tmp": "0.0.28",
"util": "^0.10.3",
"uuid": "^2.0.1",
"xml2js": "^0.4.16",
"portastic": "^1.0.1"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-shell": "^0.4.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-tsc": "^0.9.5",
"minimist": "^1.1.1",
"mocha": "^2.2.5",
"restify": "^4.0.4",
"run-sequence": "^1.1.0"
},
"eslintConfig": {
"env": {
"es6": true
}
},
"scripts": {
"start": "./cli/edgemicro start",
"package": "node cli/package.js",
"test": "mocha --timeout 17000 tests"
},
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apigee-internal/microgateway.git"
},
"keywords": [
"apigee",
"edge",
"micro",
"microgateway",
"proxy",
"gateway"
],
"bugs": {
"url": "https://github.com/apigee-internal/microgateway/issues"
},
"homepage": "https://github.com/apigee-internal/microgateway#readme",
"contributors": [
"Prabhat Jha <[email protected]> (https://github.com/prabhatjha)",
"Sean Williams (https://github.com/swilliams11)",
"Noah Dietz <[email protected]> (https://github.com/noahdietz)",
"Shawn Feldman (https://github.com/shawnfeldman)",
"Kevin Swiber <[email protected]> (https://github.com/kevinswiber)",
"Matt Dobson <[email protected]> (https://github.com/mdobson)",
"Mitch Fierro <[email protected]> (https://github.com/f1erro)"
],
"author": "Kevin Swiber <[email protected]>"
}