-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 863 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 863 Bytes
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
{
"author": "Steven Lacks <snlacks@gmail.com>",
"scripts": {
"start": "nodemon bin/www",
"build": "webpack public/js/home.app.js public/js/compiled.js --watch",
"lint": "eslint api public/js"
},
"dependencies": {
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"credential": "^0.2.6",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.11.3",
"flash": "^1.1.0",
"mongoose": "^4.1.10",
"morgan": "^1.6.1",
"node-sass": "^3.3.3",
"node-sass-middleware": "^0.9.6",
"passport": "^0.3.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"bower": "^1.5.3",
"chai": "^3.3.0",
"eslint": "^1.6.0",
"mocha": "^2.3.3",
"supertest": "^1.1.0",
"webpack": "^1.12.2"
}
}