UNPKG

@ctmobile/ui-tree

Version:
51 lines (50 loc) 1.22 kB
{ "name": "@ctmobile/ui-tree", "version": "1.0.4", "description": "支持移动端的UI组件-Tree", "main": "lib/tree.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "doc": "jsdoc src README.md -d doc -u doc/tutorials", "buildpackage": "ctcopy ../src src && ctbuild buildpackage", "buildumd": "ctcopy ../src src && ctbuild buildumd -p tree", "link": "npm link @ctsj/build" }, "files": [ "lib", "umd" ], "repository": { "type": "git", "url": "https://github.com/playerljc/CTMobile-UI.git" }, "keywords": [ "tree", "CtMobile", "CTMibole-UI", "mobile", "webapp", "SPA", "Hybrid", "Cordova", "Android", "iOS", "Material", "playerljc", "WebFramework" ], "author": "playerljc <playerljc@163.com>", "license": "MIT", "bugs": { "url": "https://github.com/playerljc/CTMobile-UI/issues" }, "homepage": "https://github.com/playerljc/CTMobile-UI#readme", "dependencies": { "@babel/runtime": "^7.2.0", "font-awesome": "^4.7.0", "@ctmobile/ui-util": "^1.0.1" }, "devDependencies": { "@ctsj/build": "^1.0.11" } }