UNPKG

react-maskedinput-autofill

Version:
49 lines (48 loc) 1.09 kB
{ "name": "react-maskedinput-autofill", "description": "Masked <input/> React component", "version": "3.3.7", "main": "./lib/index.js", "jsnext:main": "es6/index.js", "standalone": "MaskedInput", "homepage": "https://github.com/aesopwolf/react-maskedinput", "license": "MIT", "author": "Aesop Wolf <aesopwolf@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", "prop-types": "^15.5.10" }, "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": "http://github.com/aesopwolf/react-maskedinput.git" } }