tile-stencil
Version:
Load a MapLibre style document and parse it into Javascript functions
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "tile-stencil",
"version": "0.4.12",
"description": "Load a MapLibre style document and parse it into Javascript functions",
"main": "dist/tile-stencil.js",
"module": "src/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "eslint --no-error-on-unmatched-pattern src examples/*/*.js",
"build": "rollup -c build/rollup.config.js",
"test": "npm run lint",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GlobeletJS/tile-stencil.git"
},
"keywords": [
"MapLibre",
"style",
"parse"
],
"author": "Jeshurun Hembd",
"license": "MIT",
"bugs": {
"url": "https://github.com/GlobeletJS/tile-stencil/issues"
},
"homepage": "https://github.com/GlobeletJS/tile-stencil#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"eslint": "^8.12.0",
"eslint-config-globeletjs": "^0.0.6",
"rollup": "^2.70.1"
},
"dependencies": {
"d3-color": "3.0.1"
}
}