noruka-google-vector-tiles
Version:
A vector map tiler for google map
37 lines (36 loc) • 949 B
JSON
{
"name": "noruka-google-vector-tiles",
"version": "1.1.4",
"description": "A vector map tiler for google map",
"module": "dist/index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"dev": "webpack",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Noruka/Vector-Tiles-Google-Maps.git"
},
"keywords": [
"google-map",
"vector-tile"
],
"author": "Jesús Barrio, Galih Rivanto, Noruka",
"license": "MIT",
"bugs": {
"url": "https://github.com/Noruka/Vector-Tiles-Google-Maps/issues"
},
"homepage": "https://github.com/Noruka/Vector-Tiles-Google-Maps#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babel-loader": "^8.2.5",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {}
}