-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"name": "election",
"version": "1.0.0",
"description": "API for executing elections",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeheim/election.git"
},
"author": "Mike Heim",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikeheim/election/issues"
},
"homepage": "https://github.com/mikeheim/election#readme",
"dependencies": {
"bcrypt": "^3.0.2",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.4",
"fs": "0.0.1-security",
"helmet": "^3.14.0",
"jsonwebtoken": "^8.3.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.1",
"sequelize": "^4.41.0",
"sequelize-hierarchy": "^1.3.2"
}
}