You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 line
749 B

  1. {
  2. "name": "pannellum",
  3. "description": "Pannellum is a lightweight, free, and open source panorama viewer for the web.",
  4. "version": "2.5.6",
  5. "bugs": {
  6. "url": "https://github.com/mpetroff/pannellum/issues"
  7. },
  8. "author": {
  9. "name": "Matthew Petroff",
  10. "url": "https://mpetroff.net/"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/mpetroff/pannellum.git"
  15. },
  16. "license": "MIT",
  17. "homepage": "https://pannellum.org/",
  18. "main": "build/pannellum.js",
  19. "types": "types/index.d.ts",
  20. "keywords": [
  21. "panorama",
  22. "viewer"
  23. ],
  24. "scripts": {
  25. "build": "python3 ./utils/build/build.py || python ./utils/build/build.py",
  26. "test": "python3 ./tests/run_test.py || python ./tests/run_test.py"
  27. }
  28. }