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

28 lines
703 B
JSON
Raw Normal View History

{
"name": "doui-yua",
"version": "0.0.1",
2017-12-23 00:43:16 +08:00
"description": "基于Anot框架的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"
},
2017-12-23 00:43:16 +08:00
"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",
2017-12-21 22:39:45 +08:00
"chalk": "^2.3.0",
"chokidar": "^1.7.0",
"iofs": "^1.0.2",
"node-sass": "^4.7.2"
}
}