tessel-map
Version:
minimal meta map framework
23 lines (22 loc) • 448 B
JSON
{
"name": "tessel-map",
"version": "0.0.2",
"description": "minimal meta map framework",
"main": "index.js",
"scripts": {
"test": "mocha -R"
},
"repository": "git@github.com:tmcw/tessel.git",
"keywords": [
"map",
"framework",
"slippy",
"tiles"
],
"author": "Tom MacWright <tom@macwright.org>",
"license": "BSD",
"dependencies": {
"sphericalmercator": "~1.0.2",
"tessel-coordinate": "0.0.0"
}
}