智慧水务管理系统 - 精河县供水工程综合管理平台

123456789101112131415161718192021
  1. {
  2. "name": "draco3d",
  3. "version": "1.5.7",
  4. "description": "Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.",
  5. "main": "draco3d.js",
  6. "scripts": {
  7. "test": "nodejs draco_nodejs_example.js"
  8. },
  9. "keywords": [
  10. "geometry",
  11. "compression",
  12. "mesh",
  13. "point cloud"
  14. ],
  15. "author": "Google Draco Team",
  16. "license": "Apache-2.0",
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/google/draco.git"
  20. }
  21. }