forked from zowe/zlux-server-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 989 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 989 Bytes
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
{
"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": "fkovin@rocketsoftware.com"
},
"contributors": [
{
"name": "Sean Grady",
"email": "sgrady@rocketsoftware.com"
}
],
"main": "lib/index.js",
"scripts": {
"build": "exit 0",
"test": "mocha --recursive --exit test"
},
"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-ws": "~4.0.0",
"glob": "~7.1.3",
"ipaddr.js": "~1.8.0",
"require-from-string": "~2.0.2",
"semver": "~5.5.1",
"ws": "~5.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.0"
}
}