1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "mars3d-es5-example",
- "version": "3.1.0",
- "description": "Mars3D平台,原生JS版本功能示例",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "devDependencies": {
- "babel-eslint": "^10.0.1",
- "eslint": "^7.20.0",
- "eslint-config-prettier": "^7.2.0",
- "prettier": "^2.2.1",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^3.3.1",
- "eslint-plugin-promise": "^4.3.1",
- "eslint-plugin-html": "^6.1.1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/marsgis/mars3d-es5-example.git"
- },
- "bugs": {
- "url": "https://github.com/marsgis/mars3d-es5-example/issues",
- "email": "wh@marsgis.cn"
- },
- "keywords": [
- "marsgis",
- "mars3d",
- "cesium",
- "react",
- "gis"
- ],
- "author": "火星科技",
- "license": "Apache-2.0",
- "homepage": "http://mars3d.cn"
- }
|