package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "tpanorama",
  3. "version": "1.0.2",
  4. "description": "全景标记,全景生成插件",
  5. "scripts": {
  6. "build": "babel ./src/tpanorama.js --out-file ./lib/tpanorama.js",
  7. "start": "npm run build && node ./server/www"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/ConardLi/tpanorama.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/ConardLi/tpanorama/issues"
  17. },
  18. "homepage": "https://github.com/ConardLi/tpanorama#readme",
  19. "dependencies": {
  20. "consolidate": "^0.15.1",
  21. "cookie-parser": "~1.4.3",
  22. "debug": "~2.6.9",
  23. "ejs": "~2.5.7",
  24. "express": "~4.16.0",
  25. "handlebars": "^4.0.12",
  26. "http-errors": "~1.6.2",
  27. "morgan": "~1.9.0"
  28. },
  29. "devDependencies": {
  30. "babel": "^6.23.0",
  31. "babel-cli": "^6.26.0",
  32. "babel-core": "^6.14.0",
  33. "babel-eslint": "^10.0.1",
  34. "babel-loader": "^6.2.5",
  35. "babel-plugin-istanbul": "^2.0.1",
  36. "babel-preset-es2015": "^6.14.0",
  37. "babel-preset-stage-1": "^6.24.1"
  38. }
  39. }