tilestrata-dependency
Version:
A TileStrata plugin for loading another layer tile as a source
33 lines (32 loc) • 806 B
JSON
{
"name": "tilestrata-dependency",
"version": "0.5.1",
"description": "A TileStrata plugin for loading another layer tile as a source",
"author": "Brian Reavis <brian@thirdroute.com>",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "mocha -R tap"
},
"repository": {
"type": "git",
"url": "https://github.com/naturalatlas/tilestrata-dependency.git"
},
"keywords": [
"tilestrata",
"tilestrata-plugin",
"tilestrata-provider"
],
"bugs": {
"url": "https://github.com/naturalatlas/tilestrata-dependency/issues"
},
"homepage": "https://github.com/naturalatlas/tilestrata-dependency",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"peerDependencies": {
"tilestrata": ">=0.6.0"
}
}