UNPKG

ol-cesium

Version:

OpenLayers Cesium integration library

54 lines (53 loc) 1.84 kB
{ "name": "ol-cesium", "version": "2.9.0", "description": "OpenLayers Cesium integration library", "scripts": { "build-examples": "cross-env NODE_ENV=production TARGET=examples webpack --progress --bail", "build-library": "cross-env NODE_ENV=production TARGET=library webpack --progress --bail", "build-library-debug": "cross-env NODE_ENV=development TARGET=library webpack --progress --bail", "build-umd": "cross-env NODE_ENV=production TARGET=umd webpack --progress --bail", "serve": "cross-env DEV_SERVER=1 TARGET=examples webpack-dev-server --port 3000 --progress --watch --bail --debug", "typecheck": "tsc --pretty", "doc": "typedoc --name ol-cesium --excludeExternals --out dist/apidoc" }, "main": "./dist/olcesium.js", "module": "./dist/olcesium.umd.js", "repository": { "type": "git", "url": "git://github.com/openlayers/ol-cesium.git" }, "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/openlayers/ol-cesium/issues" }, "devDependencies": { "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@camptocamp/cesium": "^1.56.1", "@mapbox/geojsonhint": "2.0.1", "@types/cesium": "^1.54.2", "babel-loader": "^8.0.5", "copy-webpack-plugin": "^5.0.1", "cross-env": "5.2.0", "eslint": "^5.16.0", "eslint-config-openlayers": "11.0.0", "eslint-import-resolver-webpack": "^0.11.0", "fs-extra": "7.0.1", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "htmlparser2": "^3.10.1", "jsdoc": "3.5.5", "ls": "0.2.1", "nomnom": "1.8.1", "ol": "^5.3.1", "proj4": "2.5.0", "temp": "^0.9.0", "typedoc": "^0.14.2", "typescript": "^3.4.1", "webpack": "^4.29.6", "webpack-cli": "^3.3.0", "webpack-dev-server": "^3.2.1", "webpack-merge": "^4.2.1" } }