{
  "name": "vue-snack",
  "version": "0.1.4",
  "description": "Snackbar plugin to Vue.JS",
  "author": "Felipe J. L. Rita <felipelopesrita@gmail.com>",
  "license": "MIT",
  "keywords": [
    "vue plugin",
    "snackbar",
    "material"
  ],
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md"
  ],
  "main": "dist/vue-snack.min.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/zerodois/vue-snack"
  },
  "module": "components/index.js",
  "scripts": {
    "build": "run-s build:**",
    "build:dev": "cross-env NODE_ENV=development rollup -c",
    "build:prod": "cross-env NODE_ENV=production rollup -c",
    "test": "cross-env LC_ALL=C karma start"
  },
  "peerDependencies": {
    "vue": "^2.4.4"
  },
  "devDependencies": {
    "autoprefixer": "^7.1.4",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.0.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "chai": "^4.1.2",
    "cross-env": "^5.0.5",
    "es6-promise": "^4.1.1",
    "eslint-plugin-html": "^3.2.1",
    "karma": "^1.7.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.4",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-phantomjs-shim": "^1.0.4",
    "karma-rollup-preprocessor": "^5.0.1",
    "mocha": "^3.5.3",
    "npm-run-all": "^4.1.1",
    "postcss": "^6.0.11",
    "postcss-csso": "^2.0.0",
    "rollup": "^0.50.0",
    "rollup-copy-plugin": "0.0.1",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^8.2.1",
    "rollup-plugin-eslint": "^4.0.0",
    "rollup-plugin-filesize": "^1.4.2",
    "rollup-plugin-includepaths": "^0.2.2",
    "rollup-plugin-inject": "^2.0.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-root-import": "^0.2.2",
    "rollup-plugin-sass": "^0.5.3",
    "rollup-plugin-uglify": "^2.0.1",
    "rollup-plugin-vue": "^2.4.2",
    "sinon": "^3.2.1",
    "uglify-es": "^3.0.28",
    "vue": "^2.4.4"
  }
}
