package.json 666 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "tpanorama",
  3. "version": "1.0.2",
  4. "description": "全景标记,全景生成插件",
  5. "scripts": {
  6. "start": "node ./server/www"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/ConardLi/tpanorama.git"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "bugs": {
  15. "url": "https://github.com/ConardLi/tpanorama/issues"
  16. },
  17. "homepage": "https://github.com/ConardLi/tpanorama#readme",
  18. "dependencies": {
  19. "consolidate": "^0.15.1",
  20. "cookie-parser": "~1.4.3",
  21. "debug": "~2.6.9",
  22. "ejs": "~2.5.7",
  23. "express": "~4.16.0",
  24. "handlebars": "^4.0.12",
  25. "http-errors": "~1.6.2",
  26. "morgan": "~1.9.0"
  27. }
  28. }