-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.49 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.49 KB
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
{
"name": "ingenium-core-api",
"version": "0.0.1",
"description": "No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)",
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=4096 index.js"
},
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"@angular/common": "^2.4.7",
"@angular/compiler": "^2.4.7",
"@angular/core": "^2.4.7",
"@angular/platform-browser": "^2.4.7",
"@angular/platform-browser-dynamic": "^2.4.7",
"@angular/platform-server": "^2.4.7",
"arangojs": "^5.5.0",
"async-redis": "1.1.7",
"aws-sdk": "^2.296.0",
"axios": "^0.19.0",
"connect": "^3.2.0",
"core-js": "^2.4.1",
"deepcopy": "1.0.0",
"express": "^4.14.0",
"express-interceptor": "^1.2.0",
"express-jwt": "^5.3.0",
"express-timeout-handler": "^2.1.2",
"extend": "^3.0.1",
"fs-extra": "^5.0.0",
"html-tokenize": "^2.0.1",
"js-yaml": "^3.3.0",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.4",
"moment": "2.18.1",
"ncp": "^2.0.0",
"node-uuid": "^1.4.7",
"path": "^0.12.7",
"q": "^1.5.0",
"recursive-readdir": "^2.2.2",
"redoc": "^1.8.0",
"request": "^2.79.0",
"request-promise": "^4.2.1",
"rxjs": "^5.1.1",
"socket.io": "2.3.0",
"swagger-express-mw": "^0.7.0",
"swagger-tools": "0.10.1",
"targz": "^1.0.1",
"tmp": "0.0.33",
"winston": "3.1.0",
"zone.js": "^0.7.7"
}
}