UNPKG

geobuf-to-grid

Version:
49 lines (48 loc) 1.06 kB
{ "name": "geobuf-to-grid", "version": "0.0.2", "description": "Convert a GeoBuf to a regular grid.", "main": "grid.js", "bin": { "geobuf-to-grid": "build/geobuf-to-grid.js" }, "babel": { "presets": [ "es2015", "stage-0" ] }, "scripts": { "test": "node test/index.js", "prepublish": "babel src --out-dir build" }, "repository": { "type": "git", "url": "https://github.com/conveyal/geobuf-to-grid" }, "keywords": [ "geobuf", "grid" ], "author": "Conveyal", "license": "MIT", "bugs": { "url": "https://github.com/conveyal/geobuf-to-grid/issues" }, "homepage": "https://github.com/conveyal/geobuf-to-grid", "dependencies": { "canvas": "^1.3.1", "geobuf": "^1.0.1", "geojson-extent": "^0.3.1", "pbf": "^1.3.5", "turf-inside": "^1.1.4" }, "devDependencies": { "babel-cli": "^6.1.4", "babel-eslint": "^4.1.5", "babel-preset-es2015": "^6.1.4", "babel-preset-stage-0": "^6.1.2", "standard": "^5.3.1", "tape": "^4.2.2" } }