{ "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.1.1", "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" } }