-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json.orig
119 lines (119 loc) · 3.27 KB
/
package.json.orig
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
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "OpenElect",
"version": "0.0.1",
"repository": "https://github.com/SkillfulCactus/OpenElect",
"scripts": {
"clean": "rimraf node_modules client/bower_components .tmp dist",
"start": "NODE_ENV=production node server.js",
"test": "grunt test"
},
"dependencies": {
"async": "^0.7.0",
"axios": "^0.5.3",
"bluebird": "^2.9.24",
"body-parser": "~1.0.2",
"bookshelf": "^0.7.9",
"chai": "^2.1.2",
"colors": "~0.6.2",
"compression": "~1.0.1",
"connect-bookshelf": "0.0.3",
"cookie": "~0.1.2",
"cookie-parser": "~1.3.3",
"crypto-js": "^3.1.4",
"data-structures": "^1.4.2",
"director": "~1.2.7",
"dropzone": "^4.0.1",
"ejs": "~0.8.4",
"errorhandler": "~1.0.0",
"express": "~4.9.0",
"express-session": "~1.6.0",
"flux": "~2.0.0",
"form-serialize": "~0.4.0",
<<<<<<< HEAD
"generate-password": "^1.1.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
=======
>>>>>>> implement two-way-binding for election inputs
"kbpgp": "^2.0.9",
"keymirror": "^0.1.1",
"knex": "^0.7.6",
"lodash": "~2.4.1",
"lusca": "~1.0.0",
"mailgun": "^0.5.0",
"method-override": "~2.3.0",
"mocha": "^2.2.4",
"moment": "^2.10.2",
"moment-timezone": "^0.3.1",
"morgan": "~1.0.0",
"multer": "^0.1.8",
"node-jsx": "~0.12.4",
"object-assign": "~1.0.0",
"openpgp": "^1.0.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"pg": "~4.1.1",
"react": "~0.13.0",
"react-d3": "^0.3.1",
"react-date-picker": "^2.0.15",
"react-ink": "^4.0.0-rc5",
"react-router": "^0.13.2",
"reactify": "^1.1.0",
"rimraf": "~2.3.2",
"scrypt": "^4.0.7",
"serve-favicon": "2.0.1",
"superagent": "~0.21.0",
"supertest": "^0.15.0",
"supertest-as-promised": "^2.0.0",
"underscore": "^1.8.3",
"uuid": "^2.0.1",
"validator": "^3.38.0",
"webworker-threads": "^0.5.5"
},
"devDependencies": {
"rimraf": "~2.2.8",
"grunt": "~0.4.2",
"grunt-open": "~0.2.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "0.5.0",
"grunt-styleguide": "~0.2.17",
"grunt-autoprefixer": "~1.0.1",
"grunt-contrib-htmlmin": "~0.3.0",
"minifyify": "~5.0.0",
"grunt-browserify": "~3.2.0",
"grunt-usemin": "2.1.1",
"grunt-jsdoc": "beta",
"grunt-concurrent": "~1.0.0",
"grunt-react": "~0.10.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-wiredep": "~2.0.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-imagemin": "~0.9.1",
"imagemin-svgo": "~4.0.0",
"imagemin-pngquant": "~4.0.0",
"grunt-contrib-jshint": "~0.10.0",
"jshint-stylish": "~1.0.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-sass": "~0.18.0",
"grunt-injector": "~0.5.3",
"grunt-env": "~0.4.1",
"grunt-newer": "~0.7.0",
"underscore.string": "~2.3.3",
"include-all": "~0.1.6",
"browserify": "~6.2.0",
"grunt-karma": "~0.9.0",
"karma-phantomjs-launcher": "~0.1.2",
"karma-chai": "0.1.0",
"karma-mocha": "~0.1.3",
"karma": "~0.12.21",
"time-grunt": "0.2.10",
"bower": "~1.3.3",
"jit-grunt": "~0.9.0",
"connect-livereload": "~0.5.2",
"grunt-express-server": "~0.4.5"
},
"engines": {
"node": ">=0.10.0"
}
}