31 Star 51 Fork 15

南漂一卒 / EasyWebUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "easywebui-js",
"version": "2.0.0",
"description": "Lightweight CSS Framework with jQuery plugins",
"main": "EasyWebUI.js",
"engines": {
"node": "^5.0.0"
},
"devDependencies": {
"amd-bundle": "^0.4.2",
"uglify-js": "3.0.28"
},
"scripts": {
"bundle": "cd source && amd-bundle ../EasyWebUI.js -e jquery",
"compress": "uglifyjs EasyWebUI.js -o build/EasyWebUI.min.js --config-file build/compress.json",
"build": "npm run bundle && npm run compress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/Tech_Query/EasyWebUI.git"
},
"keywords": [
"css",
"framework",
"jquery",
"lightweight"
],
"author": "shiy007@qq.com",
"license": "GPL-2.0"
}
CSS
1
https://gitee.com/Tech_Query/EasyWebUI.git
git@gitee.com:Tech_Query/EasyWebUI.git
Tech_Query
EasyWebUI
EasyWebUI
master

搜索帮助