├── README.md └── package.json /README.md: -------------------------------------------------------------------------------- 1 | # Moved to [c137.js](https://www.npmjs.com/package/c137.js) 2 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "webpack-cesium", 3 | "version": "1.73.0", 4 | "cesiumVersion": "1.73.0", 5 | "description": "webpack version of Cesium", 6 | "main": "index.js", 7 | "scripts": { 8 | "test": "test" 9 | }, 10 | "repository": { 11 | "type": "git", 12 | "url": "git+https://github.com/DigitalArsenal/webpack-cesium.git" 13 | }, 14 | "keywords": [ 15 | "webpack", 16 | "cesium", 17 | "geospatial", 18 | "globe", 19 | "google", 20 | "earth", 21 | "wms", 22 | "wmts", 23 | "kml", 24 | "czml", 25 | "space", 26 | "satellite", 27 | "agi", 28 | "stk" 29 | ], 30 | "author": "digitalarsenal.io", 31 | "license": "ISC", 32 | "bugs": { 33 | "url": "https://github.com/DigitalArsenal/webpack-cesium/issues" 34 | }, 35 | "homepage": "https://github.com/DigitalArsenal/webpack-cesium#readme" 36 | } 37 | --------------------------------------------------------------------------------