forked from teaDesign/VotingInfoApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.08 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.08 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
{
"name": "Metis",
"version": "1.5.0",
"license": "BSD",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/votinginfoproject/metis.git"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"amqplib": "~0.3.2",
"async": "~0.2.9",
"auth0": "2.27.1",
"auth0-js": "9.13.2",
"aws-sdk": "~2.478.0",
"bower": "^1.8.8",
"brace-expansion": "~1.1.7",
"closure-linter-wrapper": "1.1.0",
"compression": "1.7.2",
"cookie-parser": "1.4.3",
"csv": "~0.4.0",
"csv-parse": "~4.4.6",
"csv-writer": "0.0.3",
"db-migrate": "0.11.1",
"db-migrate-pg": "0.4.0",
"debug": "~2.6.9",
"dotenv": "^2.0.0",
"errorhandler": "1.5.0",
"express": "4.16.3",
"express-favicon": "2.0.1",
"express-jwt": "~6.0.0",
"express-jwt-authz": "~1.0.0",
"form-data": "~2.3.3",
"extend": "~3.0.2",
"grunt": "1.0.4",
"grunt-bower-task": "~0.5.0",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-env": "~0.4.4",
"grunt-gjslint": "0.2.1",
"grunt-nodemon": "0.4.2",
"grunt-run": "0.8.1",
"grunt-shell": "2.1.0",
"grunt-text-replace": "~0.4.0",
"https-proxy-agent": "2.2.4",
"jsedn": "0.4.1",
"jsonwebtoken": "~7.4.1",
"jwks-rsa": "~1.4.0",
"kind-of": "6.0.3",
"load-grunt-tasks": "4.0.0",
"lodash": "~4.17.19",
"method-override": "2.3.10",
"minimist": "~1.2.2",
"mixin-deep": ">=1.3.2",
"moment": "~2.21.0",
"morgan": "1.9.1",
"multiparty": "~4.2.1",
"nodemailer": "^1.4.0",
"nodemailer-ses-transport": "^1.3.0",
"pg": "^6.4.2",
"request": "~2.88.0",
"serve-index": "1.9.1",
"set-value": ">=2.0.1",
"sqs-consumer": "5.3.0",
"tmp": "0.0.33",
"uuid": "~3.1.0",
"winston": "~1.0.2",
"winston-syslog": "~1.1.2"
},
"devDependencies": {
"karma": "=4.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-cli": "=2.0.0",
"karma-cljs-test": "=0.1.0",
"karma-firefox-launcher": "^1.1.0"
}
}