-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.09 KB
/
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
42
43
44
45
46
47
{
"name": "aeropress-me-app",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bvellek/aeropress-me-app.git"
},
"author": "Ben Vellek",
"license": "MIT",
"engines": {
"node": "6.11.1",
"npm": "3.10.9"
},
"dependencies": {
"bcrypt": "^1.0.1",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"mongoose": "^4.7.4",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta6"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"faker": "^3.1.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-growl": "^0.1.5",
"mocha": "^3.2.0",
"zombie": "^5.0.5"
}
}