UNPKG

mongotiles

Version:

mongotiles is a tilelive backend plug-in for MongoDB GridFS

44 lines (43 loc) 902 B
{ "name": "mongotiles", "version": "0.3.0", "description": "mongotiles is a tilelive backend plug-in for MongoDB GridFS", "main": "lib/index.js", "dependencies": { "mongodb": "~2.1.18", "gridfs-locks": "~1.3.4" }, "devDependencies": { "coffee-script": "~1.10.0", "tilelive": "~5.12.2", "mbtiles": "~0.9.0", "mocha": "~2.4.5" }, "scripts": { "prepublish": "coffee --compile --output lib/ src/", "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/vsivsi/mongotiles.git" }, "keywords": [ "mongodb", "gridfs", "tilelive", "tilejson", "tilemill", "mbtiles", "map", "server" ], "engine": { "node": ">=0.10" }, "readmeFilename": "README.md", "bugs": { "url": "https://github.com/vsivsi/mongotiles/issues" }, "author": "Vaughn Iverson", "license": "MIT" }