{
  "name": "react-maskedinput-ultimate",
  "description": "Masked <input/> React component",
  "version": "3.4.14",
  "main": "./lib/index.js",
  "jsnext:main": "es6/index.js",
  "standalone": "MaskedInput",
  "homepage": "https://github.com/IIaJIeHo/react-maskedinput",
  "license": "MIT",
  "author": "Igor Dolzhenkov <i.dol.market@gmail.com>, Jonny Buchanan <jonathan.buchanan@gmail.com>",
  "keywords": [
    "react",
    "masked",
    "input",
    "react-component"
  ],
  "files": [
    "es6",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build",
    "clean": "nwb clean",
    "lint": "eslint src tests",
    "start": "nwb serve",
    "test": "nwb test",
    "posttest": "npm run lint",
    "test:watch": "nwb test --server"
  },
  "dependencies": {
    "inputmask-core": "^2.1.1"
  },
  "peerDependencies": {
    "react": "0.14.x || 15.x.x"
  },
  "devDependencies": {
    "eslint-config-jonnybuchanan": "2.0.3",
    "nwb": "0.9.x",
    "react": "15.x.x",
    "react-dom": "15.x.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IIaJIeHo/react-maskedinput.git"
  }
}
