forked from fossasia/open-event-wsgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.07 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
{
"name": "open-event-webapp",
"version": "2.0.0",
"description": "Open Event Webapp",
"main": "index.js",
"scripts": {
"server.generator": "node src/app.js",
"start": "npm run server.generator",
"test": "mocha",
"coverage": "istanbul cover _mocha"
},
"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": "^1.0.0",
"async": "^2.0.0-rc.6",
"aws-sdk": "^2.62.0",
"babel-preset-es2015": "^6.24.0",
"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.3",
"decompress-zip": "^0.3.0",
"express": "^4.13.4",
"express-session": "^1.15.0",
"folder-hash": "^1.1.1",
"fs": "0.0.2",
"fs-extra": "^3.0.1",
"ftp-deploy": "^1.1.0",
"github": "^9.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-iife": "^0.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.0",
"handlebars": "^4.0.5",
"html-minifier": "^3.0.2",
"jsonapi-serializer": "^3.5.3",
"jsonfile": "^3.0.0",
"moment": "^2.13.0",
"node-sass": "^4.5.3",
"node-uuid": "^1.4.7",
"nodemailer": "^4.0.1",
"nodemailer-smtp-transport": "^2.7.2",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"path": "^0.12.7",
"progress-stream": "^2.0.0",
"raven": "^2.1.0",
"recursive-readdir": "^2.1.0",
"request": "^2.74.0",
"selenium-webdriver": "^3.4.0",
"sendgrid": "^5.1.1",
"sharp": "^0.18.1",
"socket.io": "^2.0.2",
"socket.io-stream": "^0.9.1",
"socketio-file-upload": "^0.6.0",
"stream-buffers": "^3.0.1",
"url-join": "^2.0.2"
},
"devDependencies": {
"connect-domain": "^0.5.0"
}
}