1 Star 1 Fork 76

YpingLiu / LCUI

forked from liu / LCUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-07-05 22:22 . chore(release): v2.1.0
{
"name": "lcui",
"version": "2.1.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",
"format": "git-clang-format --style=file",
"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": {
"pre-commit": "npm run format",
"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.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@commitlint/travis-cli": "^8.2.0",
"clang-format": "^1.3.0",
"commitlint": "^8.2.0",
"husky": "^3.1.0"
},
"dependencies": {}
}
C
1
https://gitee.com/ypingliu/LCUI.git
git@gitee.com:ypingliu/LCUI.git
ypingliu
LCUI
LCUI
develop

搜索帮助