-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1007 Bytes
/
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
{
"name": "atx-buildings",
"version": "1.0.0",
"description": "Austin, TX Buildings and addresses import project =================================================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atx-osg/atx-buildings.git"
},
"author": "",
"bugs": {
"url": "https://github.com/atx-osg/atx-buildings/issues"
},
"homepage": "https://github.com/atx-osg/atx-buildings#readme",
"dependencies": {
"JSONStream": "^1.0.4",
"babel": "^5.8.23",
"cheerio": "^0.19.0",
"event-stream": "^3.3.1",
"geojson-extent": "^0.3.1",
"lodash": "^3.10.1",
"lodash.merge": "^3.3.2",
"lodash.pick": "^3.1.0",
"minimist": "^1.2.0",
"osm-and-geojson": "^0.1.2",
"query-overpass": "^1.0.0",
"rbush": "^1.4.0",
"request": "^2.64.0",
"turf": "^2.0.2",
"turf-buffer": "^1.0.4",
"turf-difference": "^2.0.0"
}
}