2 Star 1 Fork 0

liu / lcui-router

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 896 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2019-12-04 22:53 . chore: add package.json
{
"name": "lcui-router",
"version": "0.1.0",
"description": "A router for control view switching and status in the LCUI applications.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "xmake run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lc-soft/lcui-router.git"
},
"keywords": [
"lcui",
"router",
"c"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"author": "Liu <root@lc-soft.io> (https://lc-soft.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lc-soft/lcui-router/issues"
},
"homepage": "https://github.com/lc-soft/lcui-router#readme",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@commitlint/travis-cli": "^8.2.0",
"husky": "^3.1.0"
}
}
C
1
https://gitee.com/lc-soft/lcui-router.git
git@gitee.com:lc-soft/lcui-router.git
lc-soft
lcui-router
lcui-router
master

搜索帮助