-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
41 lines (41 loc) · 947 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
{
"version": "1.0.0-rc.10",
"private": true,
"main": "bin/www",
"dependencies": {
"async": "2.6.2",
"body-parser": "1.18.3",
"bootstrap": "3.4.1",
"chai": "3.5.0",
"connect-flash": "0.1.1",
"connect-redis": "3.3.2",
"cookie-parser": "1.4.3",
"cors": "2.7.1",
"csurf": "1.9.0",
"express": "4.16.3",
"express-session": "1.15.6",
"highlight.js": "9.3.0",
"jade": "1.11.0",
"jquery": "3.4.1",
"jsgrid": "1.5.3",
"marked": "0.5.2",
"morgan": "1.9.1",
"mustache": "2.2.1",
"portal-env": "file:../portal-env.tgz",
"request": "2.88.0",
"serve-favicon": "2.5.0",
"session-file-store": "1.0.0",
"swagger-ui-dist": "3.18.2",
"tmp": "0.0.30",
"wicked-sdk": "file:wicked-sdk.tgz",
"write-file-atomic": "1.3.1"
},
"scripts": {
"start": "node ./bin/www"
},
"jshintConfig": {
"node": true,
"esversion": 6
},
"name": "portal"
}