1 Star 0 Fork 76

姚恒锋 / LCUI

forked from liu / LCUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2021-05-31 22:58 . chore(release): 2.2.0
{
"name": "lcui",
"version": "2.2.0",
"description": "A small C library for building user interfaces with C, XML and CSS.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "make test",
"commitlint": "commitlint",
"build-win-dist": "lcpkg pack",
"build-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"update-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/lc-soft/LCUI.git"
},
"keywords": [
"C",
"gui",
"framework"
],
"author": "Liu Chao <root@lc-soft.io> (https://lc-soft.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lc-soft/LCUI/issues"
},
"homepage": "https://github.com/lc-soft/LCUI#readme",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"commitlint": "^8.3.5",
"husky": "^3.1.0"
},
"dependencies": {}
}
C
1
https://gitee.com/angular001/LCUI.git
git@gitee.com:angular001/LCUI.git
angular001
LCUI
LCUI
develop

搜索帮助