28 lines
648 B
JSON
28 lines
648 B
JSON
{
|
|
"name": "doui-anot",
|
|
"version": "2.0.1",
|
|
"description": "基于Anot框架的doUI组件库。仅支持type=module的现代浏览器。",
|
|
"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": ["doui", "Anot"],
|
|
"author": "yutent",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"anot": "^2.0.0",
|
|
"es.shim": "^1.1.2",
|
|
"chalk": "^2.4.2",
|
|
"chokidar": "^1.7.0",
|
|
"iofs": "^1.1.0",
|
|
"node-sass": "^4.12.0",
|
|
"uglify-es": "^3.3.9"
|
|
}
|
|
}
|
JavaScript
95.2%
CSS
4.8%