leaflet.tilelayer.glcolorscale
Version:
Custom Leaflet TileLayer using WebGL to colorize floating-point pixels according to a specified color scale
68 lines (67 loc) • 1.96 kB
JSON
{
"name": "leaflet.tilelayer.glcolorscale",
"version": "1.0.1",
"description": "Custom Leaflet TileLayer using WebGL to colorize floating-point pixels according to a specified color scale",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "npm run clean && npm run declarations && npm run rollup",
"clean": "rimraf dist && mkdir -p dist/types",
"declarations": "tsc --declaration --emitDeclarationOnly --declarationDir ./dist/types/ && cp src/types.d.ts dist/types/",
"prepublishOnly": "npm run build",
"rollup": "rollup -c",
"test": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihmeuw/leaflet.tilelayer.glcolorscale.git"
},
"author": "David Schneider <davschne@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/ihmeuw/leaflet.tilelayer.glcolorscale/issues"
},
"homepage": "https://github.com/ihmeuw/leaflet.tilelayer.glcolorscale#readme",
"keywords": [
"leaflet",
"raster",
"plugin",
"mapping",
"webgl",
"colorization",
"animation"
],
"devDependencies": {
"@types/leaflet": "~1.4",
"@types/lodash": "4.14.85",
"@types/lodash-es": "4.17.0",
"@types/upng-js": "~2.1.1",
"autoprefixer": "~9.4.2",
"glslify": "~7.0.0",
"leaflet": "~1.4.0",
"rimraf": "~2.6.2",
"rollup": "~0.68.0",
"rollup-plugin-babel-minify": "~6.2.0",
"rollup-plugin-commonjs": "~9.2.0",
"rollup-plugin-node-resolve": "~4.0.0",
"rollup-plugin-postcss": "~2.0.3",
"rollup-plugin-typescript2": "~0.20.1",
"tslint": "~5.0",
"typescript": "~2.9"
},
"dependencies": {
"glsl-rgba-to-float": "^1.0.0",
"lodash-es": "^4.17",
"native-promise-only": "^0.8.1",
"regl": "^1.3.9",
"upng-js": "^2.1.0"
},
"peerDependencies": {
"leaflet": "1.x"
}
}