package.json 660 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "potree",
  3. "private": true,
  4. "version": "1.8.0",
  5. "description": "WebGL point cloud viewer",
  6. "keywords": [
  7. "point",
  8. "cloud",
  9. "pointcloud",
  10. "octree",
  11. "entwine",
  12. "viewer",
  13. "threejs",
  14. "webgl",
  15. "browser",
  16. "tool"
  17. ],
  18. "main": "./build/potree/potree.js",
  19. "scripts": {
  20. "start": "gulp watch",
  21. "build": "gulp build pack",
  22. "postinstall": "npm run build"
  23. },
  24. "dependencies": {
  25. "gulp": "^4.0.2",
  26. "gulp-concat": "^2.6.1",
  27. "gulp-connect": "^5.7.0",
  28. "json5": "^2.1.3",
  29. "rollup": "^1.31.1",
  30. "through": "~2.3.4"
  31. },
  32. "author": "Markus Schütz",
  33. "license": "BSD-2-CLAUSE"
  34. }