-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1013 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
39
40
41
42
43
{
"name": "yeast",
"version": "0.0.1",
"description": "Beer tracker",
"main": "gulpfile.js",
"scripts": {
"gulp": "gulp",
"prod": "gulp prod"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular-utils-pagination": "^0.11.1",
"async": "^2.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"connect": "^3.5.0",
"crypto": "0.0.3",
"each": "^0.6.1",
"express": "^4.14.0",
"express-validator": "^2.20.10",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"jsonwebtoken": "^7.1.9",
"jwt-simple": "^0.5.0",
"kareem": "^1.1.3",
"lodash": "^4.16.3",
"mongodb": "^2.2.10",
"mongoose": "^4.6.2",
"mpath": "^0.2.1",
"ms": "^0.7.1",
"nodemailer": "^2.6.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"regexp-clone": "0.0.1",
"sliced": "^1.0.1",
"util": "^0.10.3"
}
}