forked from zowe/zlux-server-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.4 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": "zlux-server-framework",
"version": "0.0.0-zlux.version.replacement",
"description": "A Server for zLUX Plugins, Dataservices, and Proxying to other Servers.",
"license": "private",
"author": {
"name": "Fyodor Kovin",
"email": "[email protected]"
},
"contributors": [
{
"name": "Sean Grady",
"email": "[email protected]"
},
{
"name": "Leanid Astrakou",
"email": "[email protected]"
},
{
"name": "Tim Gerstel",
"email": "[email protected]"
}
],
"main": "lib/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"accept-language-parser": "~1.5.0",
"bluebird": "~3.5.1",
"body-parser": "~1.18.3",
"cookie-parser": "~1.4.3",
"eureka-js-client": "~4.4.1",
"express": "~4.16.3",
"express-session": "~1.15.6",
"express-static-gzip": "~1.1.3",
"express-ws": "~4.0.0",
"glob": "~7.1.3",
"graceful-fs": "~4.1.15",
"ipaddr.js": "~1.8.0",
"js-yaml": "~3.13.1",
"normalize-url": "~4.3.0",
"mkdirp": "~0.5.1",
"require-from-string": "~2.0.2",
"rimraf": "~2.6.3",
"semver": "~5.5.1",
"swagger-parser": "~6.0.5",
"ws": "~5.2.0",
"yauzl": "~2.10.0"
},
"devDependencies": {
"@types/express": "~4.16.1",
"@types/node": "~6.0.0",
"chai": "~4.2.0",
"chai-http": "~4.2.0",
"typescript": "2.7.1"
}
}