-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·103 lines (103 loc) · 2.74 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "homit",
"version": "1.0.0",
"description": "delivery",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/nyc ./node_modules/.bin/mocha --reporter spec ./tests/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jgurbano/deliverystartup.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/jgurbano/deliverystartup#readme",
"dependencies": {
"Promise": "^1.0.5",
"axios": "^0.18.0",
"bcrypt": "^1.0.2",
"body-parser": "^1.16.1",
"cheerio": "^1.0.0-rc.2",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"cookies": "^0.7.0",
"csurf": "^1.9.0",
"dateformat": "^3.0.2",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.14.1",
"express-rate-limit": "^2.9.0",
"express-session": "^1.15.1",
"express-socket.io-session": "^1.3.3",
"firebase-admin": "^5.12.1",
"gulp-sass": "^3.2.1",
"helmet": "^3.9.0",
"html-pdf": "^2.2.0",
"ip": "^1.1.5",
"jsdom": "^11.5.1",
"jsonwebtoken": "^8.0.1",
"jwt-simple": "^0.5.1",
"kue": "^0.11.6",
"kue-scheduler": "^0.7.4",
"lodash": "^4.17.10",
"mongodb": "^3.1.1",
"mongoosastic": "^4.4.1",
"mongoose": "^5.2.7",
"neverbounce": "^4.1.6",
"nodemailer": "^4.4.1",
"nodemon": "^1.18.4",
"passport": "^0.4.0",
"passport-jwt": "^3.0.0",
"path": "^0.12.7",
"promise-mysql": "^3.0.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"socket.io": "^2.0.4",
"socket.io-redis": "^5.2.0",
"stripe": "^5.5.0",
"twilio": "^3.19.2",
"unique-concat": "^0.2.2",
"validator": "^10.1.0",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2",
"xlsx": "^0.13.5",
"xml2js": "^0.4.19"
},
"devDependencies": {
"beepbeep": "^1.2.1",
"browser-sync": "^2.24.7",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-chmod": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-cssnano": "^2.1.2",
"gulp-environments": "^0.1.2",
"gulp-fn": "0.0.3",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^5.0.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "^4.1.0",
"gulp-sequence": "^1.0.0",
"gulp-uglify-es": "^1.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"mocha": "^4.0.1",
"node-notifier": "^5.2.1",
"nyc": "^11.4.1",
"protractor": "^5.4.0",
"require-dir": "^1.0.0",
"sinon": "^4.0.1"
}
}