UNPKG

@mapbox/geojson-fixtures

Version:

geojson fixtures for testing and validation

32 lines 675 B
{ "name": "@mapbox/geojson-fixtures", "version": "1.0.0", "description": "geojson fixtures for testing and validation", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git@github.com:mapbox/geojson-fixtures.git" }, "keywords": [ "geojson", "fixtures", "files", "json", "test" ], "author": "Tom MacWright", "license": "ISC", "bugs": { "url": "https://github.com/mapbox/geojson-fixtures/issues" }, "homepage": "https://github.com/mapbox/geojson-fixtures", "devDependencies": { "tape": "~2.13.3" }, "dependencies": { "geojsonhint": "^1.0.0" } }