forked from fossasia/open-event-wsgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.2 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
{
"name": "open-event-webapp",
"version": "3.0.0",
"description": "Open Event Webapp",
"engines": {
"node": "12"
},
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"test": "mocha",
"coverage": "nyc mocha",
"lint": "eslint ./src",
"precommit": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fossasia/open-event-webapp.git"
},
"author": "FOSSASIA",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fossasia/open-event-webapp/issues"
},
"homepage": "https://github.com/fossasia/open-event-webapp#readme",
"dependencies": {
"archiver": "^5.0.2",
"async": "^3.2.0",
"aws-sdk": "^2.639.0",
"babel-preset-es2015": "^6.24.0",
"bee-queue": "^1.2.2",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"chai": "^4.0.1",
"compression": "^1.6.2",
"connect-domain": "^0.5.0",
"cookie-parser": "^1.4.5",
"decompress-zip": "^0.3.0",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"express": "^4.13.4",
"express-session": "^1.17.1",
"folder-hash": "^3.3.3",
"fs": "0.0.2",
"fs-extra": "^3.0.1",
"ftp-deploy": "^2.3.7",
"github": "^9.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-iife": "^0.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.0",
"handlebars": "^4.7.6",
"html-minifier": "^4.0.0",
"jsonapi-serializer": "^3.5.3",
"jsonfile": "^6.0.1",
"moment": "^2.27.0",
"node-sass": "^4.14.0",
"node-uuid": "^1.4.7",
"nodemailer": "^6.4.11",
"nodemailer-smtp-transport": "^2.7.2",
"npm": "^6.14.7",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"path": "^0.12.7",
"progress-stream": "^2.0.0",
"raven": "^2.6.4",
"recursive-readdir": "^2.1.0",
"redis": "^3.0.2",
"request": "^2.74.0",
"selenium-webdriver": "^3.4.0",
"sendgrid": "^5.1.1",
"sharp": "^0.26.0",
"socket.io": "^2.0.2",
"socket.io-stream": "^0.9.1",
"socketio-file-upload": "^0.7.0",
"stream-buffers": "^3.0.1",
"url-join": "^4.0.1"
},
"devDependencies": {
"eslint": "^7.8.1",
"husky": "^0.14.3"
}
}