image-tiler
Version:
Create zoom tile pyramids from a large image
37 lines (36 loc) • 795 B
JSON
{
"name": "image-tiler",
"version": "2.0.3",
"description": "Create zoom tile pyramids from a large image",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrP/image-tiler.git"
},
"keywords": [
"tile",
"image",
"zoom",
"pyramid"
],
"author": "Victor Rodriguez Gil",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrP/image-tiler/issues"
},
"homepage": "https://github.com/MrP/image-tiler#readme",
"devDependencies": {
"jasmine": "^3.4.0",
"node-image-compare-promise": "^1.0.1",
"rimraf": "^2.6.3"
},
"dependencies": {
"image-size": "^0.7.4",
"minimist": "^1.2.5",
"mkdirp-promise": "^5.0.1",
"rimraf-then": "^1.0.1"
}
}