This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
wcui/package.json

31 lines
714 B
JSON

{
"name": "doui-yua",
"version": "0.0.1",
"description": "基于yua框架的doUI组件库。支持IE10+,及现代浏览器。",
"main": "dist/",
"scripts": {
"start": "node ./build.dev.js",
"build": "node ./build.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yutent/doui.git"
},
"keywords": [
"doui",
"yua"
],
"author": "yutent",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.2.0",
"chalk": "^2.3.0",
"chokidar": "^1.7.0",
"iofs": "^1.0.2",
"node-sass": "^4.7.2"
}
}
wcui是一套基于`Web Components`的UI组件库, 宗旨是追求简单、实用、不花哨。
JavaScript 95.2%
CSS 4.8%