-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 910 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
{
"name": "openmsc",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"debug": "~2.6.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.3",
"font-awesome": "^4.7.0",
"handlebars": "^4.0.10",
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"merge": "^1.2.0",
"mongoose": "^4.10.2",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"multer-gcs": "^1.0.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta9",
"serve-favicon": "^2.4.2",
"simple-line-icons": "^2.4.1",
"socket.io": "^2.0.3",
"tether": "^1.4.0"
},
"devDependencies": {
"babili": "^0.1.2"
}
}