forked from relotnek/medcellar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 888 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
{
"name": "med-cellar",
"description": "Med Cellar Application",
"version": "0.0.1",
"private": true,
"dependencies": {
"bcrypt": "^0.8.2",
"crypto-js": "^3.1.4",
"express": "3.x",
"helmet": "^0.7.1",
"lusca": "^1.0.2",
"mongodb": "1.1.8",
"mongoose": "^4.0.1",
"nodemon": "1.3.7",
"passport": "0.2.1",
"passport-local": "^1.0.0",
"sanitizer": "^0.1.2",
"express-minify": "0.1.3",
"compression": "1.4.3",
"retire": "^1.0.0",
"requiresafe": "^1.2.2",
"express-handlebars": "^1.0.0",
"socket.io": "0.9.10"
},
"engines": {
"node": "0.12.1",
"npm": "2.7.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.5.7",
"grunt-contrib-jshint": "^0.11.1",
"grunt-env": "^0.4.4",
"grunt-exec": "^0.4.6",
"grunt-cli": "^0.1.13",
"underscore": "^1.8.2"
}
}