wecui
Version:
一款基于Vue2.x版本的移动端web组件
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "postcss-css-reset",
"version": "1.0.2",
"description": "postcss-css-reset is a postcss plugin to help you to reset your css via at-rules",
"main": "lib/index.js",
"dependencies": {
"postcss": "^5.0.19"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^2.3.0",
"postcss-discard-comments": "^2.0.4",
"tap-spec": "^4.1.1",
"tape": "^4.5.0"
},
"scripts": {
"prepublish": "npm run babelify",
"babelify": "babel src --out-dir lib",
"lint": "eslint . && jscs .",
"tape": "tape tests/index.js | tap-spec",
"test": "npm run tape",
"build": "npm run babelify"
},
"babel": {
"presets": [
"babel-preset-es2015",
"babel-preset-stage-1"
],
"plugins": [
"transform-object-assign"
]
},
"author": "haiping.zeng@ele.me",
"license": "MIT"
}