-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 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
{
"name": "district-finder",
"version": "0.1.0",
"description": "A backend and API to look up all of the districts represented by a provided latitude and longitude. National, state, county, city, precinct, etc. data can be uploaded as a shapefile with a provided expiration date.",
"main": "app/app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sketch-city/district-finder.git"
},
"author": "Andrew Douglass",
"license": "MIT",
"bugs": {
"url": "https://github.com/sketch-city/district-finder/issues"
},
"homepage": "https://github.com/sketch-city/district-finder#readme",
"dependencies": {
"basicauth-middleware": "^2.0.0",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"hbs": "^4.0.0",
"knex": "^0.11.3",
"lodash": "^4.13.1",
"moment": "^2.15.1",
"multer": "^1.1.0",
"pg": "^6.0.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bowercopy": "^1.2.4",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-nodemon": "^0.4.2"
}
}