package.json 635 B

1234567891011121314151617181920212223
  1. {
  2. "name": "vue-wechat-title",
  3. "version": "2.0.7",
  4. "description": "给Vuejs单页应用添加在微信页面中动态设置网页标题功能的指令",
  5. "main": "vue-wechat-title.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/deboyblog/vue-wechat-title.git"
  12. },
  13. "keywords": [
  14. "Vuejs",
  15. "微信导航栏标题"
  16. ],
  17. "author": "Deboy",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/deboyblog/vue-wechat-title/issues"
  21. },
  22. "homepage": "https://github.com/deboyblog/vue-wechat-title#readme"
  23. }