forked from ErxiaHQ/govote-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "ng-elections-api",
"version": "0.0.1",
"description": "Open access API for the 2019 Nigerian elections",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [
"elections",
"nigeria",
"locations",
"information"
],
"author": "Olayinka Omole",
"license": "ISC",
"repository": {
"type": "Git",
"url": "https://github.com/ErxiaHQ/govote-api"
},
"dependencies": {
"@koa/cors": "^2.2.1",
"algoliasearch": "^3.24.9",
"csv-parse": "^2.0.0",
"dotenv": "^4.0.0",
"joi": "^13.1.1",
"knex": "^0.14.2",
"koa": "^2.4.1",
"koa-body": "^2.5.0",
"koa-logger": "^3.1.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.4",
"mysql": "^2.15.0",
"pg": "^7.4.1",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}