forked from apim-haufe-io/wicked.env
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.all.json
56 lines (56 loc) · 1.45 KB
/
package.all.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
{
"version": "0.12.5",
"license": "Apache-2.0",
"author": "Martin Danielsson",
"description": "Base package for the portal; contains all package dependencies to speed up Docker build.",
"dependencies": {
"async": "2.0.1",
"body-parser": "1.15.2",
"bootstrap": "3.3.7",
"chai": "3.5.0",
"connect-flash": "0.1.1",
"connect-redis": "3.3.0",
"cookie-parser": "1.4.3",
"cors": "2.7.1",
"csurf": "1.9.0",
"debug": "2.2.0",
"express": "4.15.3",
"express-session": "1.15.3",
"highlight.js": "9.3.0",
"jade": "1.11.0",
"jsonwebtoken": "5.7.0",
"marked": "0.3.9",
"morgan": "1.7.0",
"mustache": "2.2.1",
"passport": "0.2.2",
"passport-github2": "0.1.10",
"passport-google-oauth20": "1.0.0",
"passport-local": "1.0.0",
"passport-oauth": "1.0.0",
"request": "2.74.0",
"serve-favicon": "2.3.0",
"session-file-store": "1.0.0",
"swagger-ui": "2.1.5",
"tmp": "0.0.30",
"wicked-sdk": "^0.12.0",
"write-file-atomic": "1.3.1",
"bcrypt-nodejs": "0.0.3",
"js-yaml": "3.6.0",
"node-uuid": "1.4.7",
"portal-env": "../portal-env.tgz",
"nodemailer": "2.5.0",
"fs-extra": "0.30.0",
"jquery": "2.2.4",
"mocha": "3.0.2",
"server-destroy": "1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "env-reader.js",
"jshintConfig": {
"node": true,
"esversion": 6
},
"name": "portal-env"
}