{
  "name": "vue-countup",
  "version": "0.1.0",
  "description": "A plugin to count up to a figure using Vue.js",
  "main": "dist/vue-count-up.js",
  "scripts": {
    "dev": "webpack-dev-server --inline --hot",
    "build": "webpack --progress --hide-modules --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/samcrosoft/vue-countup"
  },
  "keywords": [
    "vue",
    "vue-count-up",
    "count-up",
    "countdown"
  ],
  "author": "Samuel Olowofela",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.4.5",
    "babel-loader": "^6.2.1",
    "babel-plugin-transform-runtime": "^6.4.3",
    "babel-preset-es2015": "^6.3.13",
    "babel-runtime": "^5.8.35",
    "css-loader": "^0.23.1",
    "vue-hot-reload-api": "^1.3.2",
    "vue-html-loader": "^1.1.0",
    "vue-loader": "^8.1.0",
    "vue-style-loader": "^1.0.0",
    "webpack": "^1.12.12",
    "webpack-dev-server": "^1.14.1"
  },
  "dependencies": {
    "vue": "^1.0.15"
  }
}