{
  "name": "directive-inputmask",
  "version": "0.1.2",
  "description": "InputMask for Vue.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maryasov/directive-inputmask.git"
  },
  "author": "Max Wagner <mx.wg@yandex.ru>",
  "license": "MIT",
  "keywords": [
    "inputmask",
    "vuejs"
  ],
  "dependencies": {
    "inputmask": "^4.0.3",
    "vue": "^2.5.17"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.0",
    "webpack": "^3.6.0"
  },
  "main": "./src/directive-inputmask.js",
  "bugs": {
    "url": "https://github.com/maryasov/directive-inputmask/issues"
  },
  "homepage": "https://github.com/maryasov/directive-inputmask#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
