{
  "name": "vue-simple-notification",
  "description": "a simple vue notification component",
  "version": "2.0.4",
  "author": "Ash",
  "license": "MIT",
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 0.0.0.0",
    "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
  },
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Ash-sc/vue-simple-notification.git"
  },
  "dependencies": {
    "moment": "^2.19.2",
    "vue": "^2.4.4"
  },
  "bugs": {
    "url": "https://github.com/Ash-sc/vue-simple-notification/issues"
  },
  "keywords": [
    "vue",
    "notification"
  ],
  "homepage": "https://github.com/Ash-sc/vue-simple-notification#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.0",
    "babel-preset-stage-3": "^6.24.1",
    "cross-env": "^5.0.5",
    "css-loader": "^0.28.7",
    "extract-text-webpack-plugin": "^2.1.2",
    "file-loader": "^1.1.4",
    "node-sass": "^4.5.3",
    "nyan-progress-webpack-plugin": "^1.2.0",
    "sass-loader": "^6.0.6",
    "url-loader": "^0.6.2",
    "vue-loader": "^13.0.5",
    "vue-template-compiler": "^2.4.4",
    "webpack": "^3.6.0",
    "webpack-dev-server": "^2.9.1"
  }
}
