-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.05 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.05 KB
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
104
105
106
107
{
"name": "videoremix-backend",
"description": "Videoremix Backend",
"version": "0.1.0",
"author": "Fedor Shubin (VedideV)",
"private": true,
"license": "Commercial",
"engines": {
"node": "10.16.0",
"npm": "6.14.8"
},
"scripts": {
"start": "gulp",
"test": "env NODE_ENV=test LOGGER_SUPPRESS_STDOUT=true gulp run test",
"lint": "eslint \"**/*.js\""
},
"dependencies": {
"@google-cloud/text-to-speech": "^3.1.2",
"agenda": "^1.0.3",
"app-module-path": "^1.0.6",
"aws-sdk": "2.692.0",
"axios": "^0.18.0",
"badword": "0.0.1",
"basic-auth-connect": "^1.0.0",
"bcrypt": "5.0.0",
"bluebird": "^3.3.5",
"body-parser": "1.19.0",
"compression": "1.7.4",
"connect-multiparty": "^1.2.5",
"consolidate": "^0.14.5",
"csurf": "1.11.0",
"csv": "^2.0.0",
"db-migrate": "0.11.11",
"db-migrate-mongodb": "^1.1.4",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "2.22.1",
"express": "4.17.1",
"express-device": "^0.4.2",
"glob": "~4.0.5",
"googleapis": "40.0.0",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.1",
"gulp-nodemon": "2.5.0",
"gulp-plumber": "^1.1.0",
"helmet": "~1.3.0",
"heroku-client": "^3.0.0-beta3",
"html-minifier": "^3.1.0",
"http-statuses": "^0.1.1",
"intercom-client": "^2.8.3",
"istanbul-middleware": "^0.2.2",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"jsonwebtoken": "8.0.0",
"knox": "0.8.3",
"libxmljs": "0.19.7",
"lodash": "4.17.20",
"md5": "^2.1.0",
"method-override": "~2.3.5",
"minimist": "1.2.5",
"moment": "^2.14.1",
"mongoose": "^4.13.19",
"mongoose-validator": "^1.2.4",
"morgan": "1.10.0",
"newrelic": "^1.29.0",
"node-pushnotifications": "^0.1.8",
"node-uuid": "1.4.0",
"nodemailer": "^2.3.2",
"nodemailer-ses-transport": "^1.3.0",
"nunjucks": "3.2.2",
"nunjucks-date-filter": "^0.1.1",
"oauthifizer": "0.4.12",
"paypal-ipn": "^3.0.0",
"request": "^2.88.0",
"request-json": "^0.6.1",
"request-promise": "^4.2.2",
"restifizer": "https://github.com/strategic-limited/restifizer.git#0.8.26-ds",
"restifizer-mongoose-ds": "https://github.com/strategic-limited/restifizer-mongoose-ds.git#0.1.13-ds",
"save-dev": "0.0.1-security",
"simple-git": "^1.65.0",
"socket.io": "2.3.0",
"socket.io-redis": "5.4.0",
"sqs-consumer": "5.4.0",
"stripe": "^4.15.0",
"swagger-ui-express": "4.1.4",
"swig": "^1.4.2",
"throng": "^4.0.0",
"tinycolor2": "^1.4.1",
"twit": "^2.2.3",
"uglify-js": "^1.3.5",
"useragent": "^2.3.0",
"utf8": "^2.1.1",
"validator": "^4.0.2",
"watchify": "^3.10.0",
"web-push": "3.3.5",
"webmaker-auth": "https://github.com/strategic-limited/webmaker-auth2.git#18c97a09cc6c1d359a05249ca2830886aea4e70f",
"winston": "^2.2.0",
"yamljs": "0.3.0",
"yamlparser": "0.0.2"
},
"peerDependency": {},
"devDependencies": {
"chakram": "^1.4.0",
"mocha": "2.5.3"
}
}