package.json 951 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "mars3d-es5-example",
  3. "version": "3.1.0",
  4. "description": "Mars3D平台,原生JS版本功能示例",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "devDependencies": {
  10. "babel-eslint": "^10.0.1",
  11. "eslint": "^7.20.0",
  12. "eslint-config-prettier": "^7.2.0",
  13. "prettier": "^2.2.1",
  14. "eslint-plugin-import": "^2.22.1",
  15. "eslint-plugin-node": "^11.1.0",
  16. "eslint-plugin-prettier": "^3.3.1",
  17. "eslint-plugin-promise": "^4.3.1",
  18. "eslint-plugin-html": "^6.1.1"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/marsgis/mars3d-es5-example.git"
  23. },
  24. "bugs": {
  25. "url": "https://github.com/marsgis/mars3d-es5-example/issues",
  26. "email": "wh@marsgis.cn"
  27. },
  28. "keywords": [
  29. "marsgis",
  30. "mars3d",
  31. "cesium",
  32. "react",
  33. "gis"
  34. ],
  35. "author": "火星科技",
  36. "license": "Apache-2.0",
  37. "homepage": "http://mars3d.cn"
  38. }