planet-maps
Version:
Custom builds of OpenLayers 3
27 lines (26 loc) • 580 B
JSON
{
"name": "planet-maps",
"version": "5.0.1",
"description": "Custom builds of OpenLayers 3",
"homepage": "https://github.com/planetlabs/maps",
"repository": {
"type": "git",
"url": "git://github.com/planetlabs/maps.git"
},
"bugs": {
"url": "https://github.com/planetlabs/maps/issues"
},
"main": "dist/ol-base.js",
"scripts": {
"prepublish": "in-publish && make || not-in-publish"
},
"license": "Apache-2.0",
"keywords": [
"openlayers",
"ol3"
],
"devDependencies": {
"in-publish": "2.0.0",
"openlayers": "3.17.1"
}
}