-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
57
{
"name": "gratitude-journal",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "6.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install",
"heroku-postbuild": "npm run build",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"babel-core": "^6.26.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"bower": "^1.8.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.16.1",
"express-session": "^1.15.6",
"express-validator": "^4.2.1",
"method-override": "~2.0.2",
"mongoose": "^4.12.1",
"node-uuid": "^1.4.7"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"eslint": "^3.13.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"event-stream": "^3.3.4",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.5.0",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-strip-comments": "^2.5.1",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"lodash": "^4.17.4",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"strip-ansi": "^4.0.0"
}
}