UNPKG

laneify

Version:

Create offset GeoJSON LineString features (lanes) based on an OSM way (road)

40 lines (39 loc) 852 B
{ "name": "laneify", "version": "0.3.1", "description": "Create offset GeoJSON LineString features (lanes) based on an OSM way (road)", "main": "index.js", "scripts": { "test": "testem", "jshint": "jshint ." }, "repository": { "type": "git", "url": "git@github.com:mediasuitenz/laneify.git" }, "keywords": [ "OSM", "GeoJSON", "lanes", "LineString", "way" ], "author": "coder_stu", "license": "MIT", "bugs": { "url": "https://github.com/mediasuitenz/laneify/issues" }, "homepage": "https://github.com/mediasuitenz/laneify", "devDependencies": { "catch-error": "^1.0.0", "chai": "^1.9.1", "jshint": "^2.5.5", "mocha": "^1.21.4", "mocha-given": "^0.1.3", "testem": "^0.6.18" }, "dependencies": { "clone": "^0.1.18", "object-merge": "^2.5.1" } }