2017-12-04 02:02:18 +08:00
|
|
|
{
|
|
|
|
"name": "doui-yua",
|
|
|
|
"version": "0.0.1",
|
2017-12-23 00:43:16 +08:00
|
|
|
"description": "基于Anot框架的doUI组件库。支持IE10+,及现代浏览器。",
|
2017-12-23 18:41:36 +08:00
|
|
|
"main": "index.js",
|
2017-12-04 02:02:18 +08:00
|
|
|
"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"],
|
2017-12-04 02:02:18 +08:00
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"babel-preset-minify": "^0.2.0",
|
2017-12-21 22:39:45 +08:00
|
|
|
"chalk": "^2.3.0",
|
2017-12-04 02:02:18 +08:00
|
|
|
"chokidar": "^1.7.0",
|
2017-12-23 18:41:36 +08:00
|
|
|
"iofs": "^1.0.3",
|
2017-12-04 02:02:18 +08:00
|
|
|
"node-sass": "^4.7.2"
|
|
|
|
}
|
|
|
|
}
|