UNPKG

@nextgis/ngw-cesium

Version:

One file bundle for building [Cesium](https://cesium.com/) map interacting with NextGIS

46 lines (45 loc) 1.13 kB
{ "name": "@nextgis/ngw-cesium", "version": "1.0.0-alpha.6", "description": "", "main": "lib/ngw-cesium.js", "module": "lib/ngw-cesium.esm.js", "unpkg": "lib/ngw-cesium.js", "types": "lib/index.d.ts", "dependencies": { "@nextgis/cesium-map-adapter": "^1.0.0-alpha.6", "@nextgis/ngw-map": "^1.0.0-alpha.6", "@types/events": "^3.0.0", "@types/node": "^14.6.4", "events": "^3.2.0" }, "devDependencies": { "@nextgis/build-tools": "^1.0.0-alpha.6" }, "scripts": { "clean": "rimraf ./lib", "dev": "npm run clean && webpack --config ./webpack.config.js --progress", "build": "npm run dev -- --mode=production", "prod": "exit 0", "#prod": "npm run build", "lint": "eslint ./src/**/*.ts --fix --c ../../.eslintrc", "watch": "npm run dev -- --watch" }, "repository": { "type": "git", "url": "git://github.com/nextgis/nextgis_frontend.git" }, "keywords": [ "NextGIS", "MAP", "NGW", "API", "OL" ], "author": "NextGIS", "files": [ "lib" ], "license": "LGPL-3.0", "gitHead": "09398fcf869301e8d6628120e54256f17805bdf6" }