forked from hackcambridge/hc-2019-4d
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.91 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.91 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
{
"name": "hack-cambridge-website",
"version": "0.0.0",
"description": "Website for Hack Cambridge",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"start": "export NODE_PATH=$NODE_PATH:./src; node ./index",
"postinstall": "gulp build",
"migrate": "sequelize db:migrate",
"sequelize": "sequelize",
"hc-script": "export NODE_PATH=$NODE_PATH:./src; node ./hc-script"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackcambridge/hack-cambridge-website.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hackcambridge/hack-cambridge-website/issues"
},
"engines": {
"node": "6.9.1"
},
"homepage": "https://github.com/hackcambridge/hack-cambridge-website#readme",
"dependencies": {
"adjective-adjective-animal": "^1.3.3",
"autoprefixer-loader": "^3.1.0",
"aws-sdk": "^2.6.15",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"body-parser": "^1.15.2",
"browser-sync": "^2.11.1",
"browserify": "^12.0.1",
"chalk": "^1.1.3",
"client-sessions": "^0.7.0",
"compression": "^1.6.1",
"cors": "^2.8.1",
"country-list": "^1.0.0",
"css-loader": "^0.21.0",
"del": "^2.0.2",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"express-session": "^1.14.2",
"extract-text-webpack-plugin": "^0.9.0",
"forms": "https://github.com/hackcambridge/forms/tarball/master",
"google-spreadsheet": "^1.1.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rev-all": "^0.8.22",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"gutils": "0.0.5",
"jquery": "^2.1.4",
"js-yaml": "^3.4.3",
"lodash": "^3.10.1",
"mailchimp-api": "^2.0.7",
"mailgen": "2.0.1",
"markdown-it": "^5.1.0",
"markdown-it-attrs": "^0.1.8",
"moment": "^2.11.1",
"moment-timezone": "^0.5.0",
"multer": "^1.2.0",
"multer-s3": "^2.3.2",
"node-fetch": "^1.6.3",
"nodemailer": "^2.6.4",
"nodemailer-mailgun-transport": "^1.2.2",
"nodemailer-sendmail-transport": "^1.0.0",
"nodemon": "^1.8.1",
"normalize.css": "^3.0.3",
"nunjucks": "^2.1.0",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"pepjs": "^0.4.1",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"pusher-js": "^4.0.0",
"querystring": "^0.2.0",
"run-sequence": "^1.1.4",
"sequelize": "^3.24.8",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"stripe": "^4.1.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.2",
"yargs": "^6.5.0"
},
"devDependencies": {
"eslint": "^1.8.0",
"mocha": "^2.3.4",
"sequelize-cli": "^2.4.0"
}
}