package.json 547 B

1234567891011121314151617181920212223
  1. {
  2. "name": "weapp-navigation-bar",
  3. "version": "2.2.1",
  4. "description": "原生封装的自定义导航栏 可自定义返回事件 返回home 搜索框 自定义左中右",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "weapp",
  11. "miniprogram",
  12. "navbar",
  13. "navigation-bar",
  14. "navigationbar"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/lingxiaoyi/navigation-bar"
  19. },
  20. "author": "lxy",
  21. "license": "ISC",
  22. "dependencies": {}
  23. }