-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.47 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "procareapp",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "gulp",
"dev": "gulp",
"prod": "gulp run-prod",
"coverage-unit-test": "nyc --reporter=html --reporter=text gulp unit-test",
"coverage-integration-test": "nyc --reporter=html --reporter=text gulp integration-test",
"unit-test": "gulp unit-test",
"integration-test": "gulp integration-test",
"coveralls": "gulp coveralls",
"build-dev": "gulp build-dev",
"build-prod": "gulp build-prod",
"build-db-test": "gulp create-populate-db-test"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "~1.15.2",
"cloudinary": "^1.9.1",
"co": "^4.6.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
"express-session": "^1.15.3",
"fullcalendar": "^3.4.0",
"gulp-forever-monitor": "^1.0.3",
"jquery": "^3.2.1",
"jsonwebtoken": "^8.1.0",
"materialize-css": "^0.100.1",
"moment": "^2.18.1",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"mysql": "^2.13.0",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"payment-icons": "0.0.13",
"pickadate": "^3.5.6",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"serve-favicon": "~2.3.0",
"siege": "^0.2.0",
"v-money": "^0.8.0",
"vee-validate": "^2.0.0-rc.5",
"vue-materials": "^1.0.7-rc.7",
"vue-router": "^2.7.0",
"vue-the-mask": "^0.11.0-alpha.2",
"winston": "^2.4.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"chai": "^3.2.0",
"chai-http": "^1.0.0",
"coveralls": "^2.13.1",
"gulp": "^3.9.1",
"gulp-apidoc": "^0.2.7",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^4.3.1",
"gulp-mysql-command-file-processor": "^1.0.5",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"istanbul": "^0.4.5",
"jshint-stylish": "^2.2.1",
"mocha": "^3.4.2",
"mocha-lcov-reporter": "^1.3.0",
"nodemon": "^1.11.0",
"nyc": "^11.4.1",
"run-sequence": "^1.2.2",
"supertest": "^3.0.0",
"vue": "2.3.3",
"vue-template-compiler": "2.3.3",
"vueify": "9.0.0"
}
}