-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "update-me",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./src/server/server",
"test": "./node_modules/mocha/bin/_mocha"
},
"engines": {
"node": "6.x"
},
"dependencies": {
"bcryptjs": "^2.3.0",
"bluebird": "^3.4.6",
"body-parser": "~1.15.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"express-flash": "0.0.2",
"express-session": "^1.14.0",
"faker": "^3.1.0",
"knex": "^0.11.10",
"lodash": "^4.15.0",
"method-override": "^2.3.6",
"morgan": "~1.7.0",
"nunjucks": "^2.4.2",
"nunjucks-date-filter": "^0.1.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"mocha": "^3.0.2",
"run-sequence": "^1.2.2"
}
}