UNPKG

tp-react-web-masked-text

Version:

Text and TextInput with mask for React Web applications

59 lines (58 loc) 1.61 kB
{ "name": "tp-react-web-masked-text", "version": "1.12.22", "description": "Text and TextInput with mask for React Web applications", "licenses": [ { "type": "MIT", "url": "https://www.opensource.org/licenses/mit-license.php" } ], "main": "dist/rnmt.js", "scripts": { "clean": "rimraf dist", "test": "jest", "build": "babel rnmt.js ./lib/*.js ./lib/**/*.js -d ./dist", "prepublish": "npm test && npm run clean && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Loller79/react-web-masked-text.git" }, "keywords": [ "mask", "text", "textinput", "input", "span", "react", "custom", "money" ], "author": "Ben-hur Santos Ott", "license": "ISC", "bugs": { "url": "https://github.com/benhurott/react-native-masked-text/issues" }, "homepage": "https://github.com/benhurott/react-native-masked-text#readme", "dependencies": { "moment": "2.19.3", "tinymask": "^1.0.2" }, "devDependencies": { "@types/react": "*", "@types/react-native": "*", "babel-cli": "^6.26.0", "babel-jest": "23.4.2", "babel-preset-react-native": "4.0.0", "jest": "23.5.0", "react": "16.3.1", "react-native": "0.55.4", "react-native-masked-text": "1.9.0", "react-test-renderer": "16.3.1", "rimraf": "^2.6.2" }, "jest": { "preset": "react-native" } }