-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "district-genius",
"version": "1.0.0",
"description": "How the States Got Their Shapes for electoral districts",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapmeld/district-genius.git"
},
"keywords": [
"district",
"gerrymandering",
"gis"
],
"author": "Nick Doiron <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mapmeld/district-genius/issues"
},
"homepage": "https://github.com/mapmeld/district-genius#readme",
"dependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.17.1",
"express-session": "^1.15.6",
"mongoose": "^5.7.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"request": "^2.83.0",
"time-ago": "^0.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"supertest": "^3.0.0"
}
}