{
  "name": "mask-input",
  "version": "1.0.3",
  "description":
    "Mask input component. Allow to input formatted values with fixed length or apply custom formatting function, to format values with any length",
  "main": "./lib/MaskInput.js",
  "scripts": {
    "build": "babel ./src --out-dir ./lib",
    "size": "size-limit",
    "build-example": "webpack --config webpack.example.config.js",
    "build-example-watch": "webpack --config webpack.example.config.js --watch"
  },
  "size-limit": [
    {
      "path": "lib/MaskInput.js",
      "limit": "4 KB"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xnimorz/vanilla-masked-input.git"
  },
  "keywords": ["mask", "mask-input", "input", "number-formatter", "credit-card", "phone"],
  "author": "Nikita Mostovoy <nik.mostovoy@gmail.com> (http://xnim.ru)",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.0",
    "babel-loader": "^6.4.1",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-stage-0": "^6.22.0",
    "webpack": "^2.3.2"
  },
  "dependencies": {
    "input-core": "^1.0.0",
    "subscribe-event": "^1.0.0"
  }
}
