| 1234567891011121314151617181920212223 |
- {
- "name": "weapp-navigation-bar",
- "version": "2.2.1",
- "description": "原生封装的自定义导航栏 可自定义返回事件 返回home 搜索框 自定义左中右",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [
- "weapp",
- "miniprogram",
- "navbar",
- "navigation-bar",
- "navigationbar"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/lingxiaoyi/navigation-bar"
- },
- "author": "lxy",
- "license": "ISC",
- "dependencies": {}
- }
|