{ "name": "@bd/wcui", "version": "2.0.0", "description": "基于wc开发的一套UI库, 面向未来, 面向electron", "main": "index.js", "scripts": { "start": "node ./build.dev.js", "prod": "node ./build.prod.js" }, "repository": { "type": "git", "url": "git+https://github.com/yutent/doui.git" }, "keywords": ["web-components", "wc", "components", "yutent"], "author": "yutent", "license": "MIT", "dependencies": {}, "devDependencies": { "chalk": "^2.4.2", "chokidar": "^1.7.0", "es.shim": "^1.1.2", "iofs": "^1.3.2", "node-sass": "^4.12.0", "uglify-es": "^3.3.9" } }