-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 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
{
"name": "medale",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"dependencies": {
"app-root-path": "^2.0.1",
"body-parser": "^1.17.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.15.1",
"express-flash-notification": "^0.4.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.2",
"express-validator": "^3.2.0",
"firebase": "^3.9.0",
"firebase-admin": "^4.2.1",
"firewire-angular": "^1.0.7",
"jsonfile": "^3.0.0",
"mongodb": "^2.2.26",
"mongoose": "^4.9.9",
"node-localstorage": "^1.3.0"
},
"author": "medale",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.11.0"
}
}