1 Star 0 Fork 80

yasepix/LCUI

forked from liu/LCUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2019-06-17 22:37 . build: 1.2.0-beta version
{
"name": "lcui",
"version": "1.2.0-beta",
"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",
"precommit": "git-clang-format --style=file",
"commitmsg": "commitlint -e $GIT_PARAMS",
"build-win-dist": "node scripts/build-win-dist.js",
"build-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"update-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"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": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"@commitlint/travis-cli": "^6.1.3",
"archiver": "^3.0.0",
"clang-format": "^1.2.2",
"commitlint": "^6.1.3",
"husky": "^0.14.3",
"mkdirp": "^0.5.1",
"travis-cli": "^1.0.9"
},
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yasepix/LCUI.git
git@gitee.com:yasepix/LCUI.git
yasepix
LCUI
LCUI
master

搜索帮助