1 Star 0 Fork 0

魔法编码者X / ui-data

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ui-data",
"version": "1.3.8",
"description": "获取/修改 UI 绑定的数据",
"license": "MIT",
"author": "mh.z",
"keywords": [
"html"
],
"main": "index.js",
"types": "index.d.ts",
"files": [
"dist/",
"cjs/",
"index.js",
"index.d.ts"
],
"scripts": {
"build": "grunt",
"test": "grunt && start ./test/index.html",
"test-mock": "grunt && start ./test/test-mock.html"
},
"devDependencies": {
"grunt": "^1.6.1",
"uglify-js": "^3.17.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicodex/ui-data.git"
},
"bugs": {
"url": "https://github.com/magicodex/ui-data/issues"
},
"homepage": "https://github.com/magicodex/ui-data#readme"
}
JavaScript
1
https://gitee.com/magicodex/ui-data.git
git@gitee.com:magicodex/ui-data.git
magicodex
ui-data
ui-data
main

搜索帮助