forked from seattleio/seattle-boundaries-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 713 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 713 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
{
"name": "seattle-boundaries-data",
"description": "geojson boundaries for seattle",
"version": "5.0.3",
"repository": {
"url": "git://github.com/seattleio/seattle-boundaries-data.git"
},
"main": "index.js",
"scripts": {
"get-city-limits": "./bin/get-city-limits.js",
"start": "",
"test": "mocha test"
},
"dependencies": {
"jsonfile": "^2.2.3",
"lodash.flatten": "^3.0.2",
"turf": "^2.0.2"
},
"devDependencies": {
"chai": "^3.4.1",
"each-async": "^1.1.1",
"expect.js": "^0.3.1",
"geojsonhint": "^1.1.0",
"localwiki-client": "^0.4.2",
"lodash": "^4.0.0",
"mocha": "^2.3.4",
"node-socrata": "~0.0.4",
"shp2json": "^1.1.1"
}
}