{
  "name": "vivo-ui",
  "version": "0.0.17",
  "description": "vivo ui component lib for vue",
  "main": "dist/lib.js",
  "module": "lib/index.js",
  "scripts": {
    "start": "docsify serve ./ --port 8000",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node rollup.build.js",
    "lint": "standard --plugin html 'src/**/*.{js,vue}'",
    "fix": "standard --fix --plugin html 'src/**/*.{js,vue}'",
    "prepublishOnly": "npm run lint && npm run build",
    "precommit": "npm run lint && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "ssh://tanxin@smartgit:29418/mobileInternet/core/FED/public"
  },
  "keywords": [
    "vivo",
    "ui",
    "component",
    "lib",
    "vue"
  ],
  "author": "greenhand",
  "license": "ISC",
  "dependencies": {
    "babel-core": "^6.26.0",
    "babel-helper-vue-jsx-merge-props": "^2.0.3"
  },
  "devDependencies": {
    "autoprefixer": "^6.7.7",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "babel-preset-env": "^1.6.1",
    "eslint-plugin-html": "^4.0.5",
    "fs-extra": "^6.0.1",
    "husky": "^0.14.3",
    "modernizr": "^3.6.0",
    "rollup": "^0.57.1",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-postcss": "^1.6.1",
    "rollup-plugin-uglify": "^3.0.0",
    "rollup-plugin-url": "^1.4.0",
    "rollup-plugin-vue": "^3.0.0",
    "standard": "^11.0.1",
    "vue": "^2.5.16",
    "vue-template-compiler": "^2.5.16"
  },
  "sideEffects": [
    "./lib/assets/common.css",
    "./lib/vendor/modernizr/modernizr.js"
  ],
  "standard": {
    "ignore": [
      "src/vendor/**"
    ]
  }
}
