{
  "name": "rollup-plugin-vue",
  "version": "2.2.5",
  "description": "Roll .vue files",
  "main": "dist/rollup-plugin-vue.common.js",
  "jsnext": "dist/rollup-plugin-vue.js",
  "scripts": {
    "test": "npm run lint && npm run build && npm run unit",
    "build": "node config/build.js",
    "unit": "NODE_ENV=production mocha test/test.js --slow=5000 --timeout=10000",
    "lint": "eslint src/**",
    "coveralls": "NODE_ENV=production istanbul cover --default-excludes -x 'dist/**' -x 'config/**' ./node_modules/mocha/bin/_mocha --report lcovonly  --  --slow=5000 --timeout=10000 test/test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/znck/rollup-plugin-vue.git"
  },
  "keywords": [
    "rollup-plugin",
    "vue"
  ],
  "files": [
    "dist/",
    "src/"
  ],
  "author": "Rahul Kadyan <hi@znck.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/znck/rollup-plugin-vue/issues"
  },
  "homepage": "https://github.com/znck/rollup-plugin-vue#readme",
  "dependencies": {
    "de-indent": "latest",
    "html-minifier": "latest",
    "magic-string": "^0.16.0",
    "parse5": "latest",
    "rollup-pluginutils": "latest",
    "vue-template-compiler": "^2.0.1",
    "vue-template-validator": "latest"
  },
  "devDependencies": {
    "babel-eslint": "^7.0.0",
    "clean-css": "^3.4.20",
    "coveralls": "^2.11.14",
    "eslint": "^3.7.0",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-config-airbnb-base": "^8.0.0",
    "eslint-plugin-html": "^1.5.3",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.3.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.0",
    "mocha-lcov-reporter": "^1.2.0",
    "rollup": "^0.36.1",
    "rollup-plugin-buble": "^0.14.0",
    "rollup-plugin-replace": "latest",
    "stylus": "^0.54.5",
    "uglify-js": "^2.7.3",
    "vue-hot-reload-api": "^2.0.6"
  }
}
