{ "name": "doui-anot", "version": "0.0.1", "description": "基于Anot框架的doUI组件库。支持IE10+,及现代浏览器。", "main": "index.js", "scripts": { "start": "node ./build.dev.js", "prod": "node ./build.prod.js", "next": "node ./build.next.js" }, "repository": { "type": "git", "url": "git+https://github.com/yutent/doui.git" }, "keywords": ["doui", "Anot"], "author": "yutent", "license": "MIT", "devDependencies": { "autoprefixer": "^7.2.6", "babel-core": "^6.26.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "chalk": "^2.3.2", "chokidar": "^1.7.0", "iofs": "^1.0.3", "node-sass": "^4.8.2", "postcss": "^6.0.19", "uglify-es": "^3.3.9" }, "dependencies": {} }