-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "book-of-life-api",
"version": "0.0.0",
"private": true,
"scripts": {
"prestart": "npm install",
"start": "gulp",
"jade": "gulp jade",
"pretest": "gulp build",
"test": "gulp client:test"
},
"dependencies": {
"bcryptjs": "^2.1.0",
"body-parser": "~1.10.2",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "~4.11.1",
"express-session": "^1.12.1",
"firebase": "latest",
"firebase-token-generator": "^2.0.0",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-jade": "^1.1.0",
"gulp-karma": "0.0.5",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.0.4",
"gulp-supervisor": "^0.1.2",
"jade": "^1.9.2",
"karma": "^0.12.37",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"morgan": "~1.5.1",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"sequelize": "^3.12.2",
"serve-favicon": "~2.2.0",
"winston": "^1.1.1"
},
"devDependencies": {
"jasmine-core": "^2.3.4",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-jshint-preprocessor": "0.0.6",
"karma-junit-reporter": "^0.3.8",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18"
}
}