-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "bernie-tickets",
"version": "1.0.0",
"description": "Signup forms for Bernie 2016 events",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bernie-2016/bernie-tickets.git"
},
"author": "Zach Schneider <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Bernie-2016/bernie-tickets/issues"
},
"homepage": "https://github.com/Bernie-2016/bernie-tickets#readme",
"dependencies": {
"canvas": "^1.3.5",
"cjsx-loader": "^2.1.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"del": "^2.2.0",
"fabric": "1.6.0-rc.1",
"firebase": "^2.3.2",
"firebase-tools": "^2.2.0",
"gulp": "^3.9.0",
"gulp-cjsx": "^3.0.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.1.0",
"gulp-shell": "^0.5.1",
"gulp-uglify": "^1.5.1",
"history": "^1.13.1",
"jquery": "^2.1.4",
"jquery-qrcode": "https://github.com/lrsjng/jquery-qrcode.git",
"lodash": "^3.10.1",
"mailcheck": "^1.1.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-input-mask": "^0.5.6",
"react-router": "^1.0.2",
"reactfire": "^0.5.1",
"webpack-stream": "^3.1.0"
}
}