-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
41 lines (41 loc) · 959 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.14",
"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",
"jquery": "^3.5.1",
"jquery-ui-dist": "1.12.1",
"jsgrid": "1.5.3",
"marked": "^0.7.0",
"morgan": "1.9.1",
"mustache": "2.2.1",
"pug": "2.0.4",
"request": "2.88.0",
"serve-favicon": "2.5.0",
"session-file-store": "1.0.0",
"swagger-ui-dist": "3.25.0",
"tmp": "0.0.30",
"write-file-atomic": "1.3.1"
},
"scripts": {
"start": "node ./bin/www",
"postinstall": "npm link wicked-sdk && npm link portal-env"
},
"jshintConfig": {
"node": true,
"esversion": 6
},
"name": "portal"
}