diva-mobile-numeric-input
Version:
a stylish numeric input for react native
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "diva-mobile-numeric-input",
"version": "1.0.12",
"description": "a stylish numeric input for react native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"number-input",
"numeric-input",
"number",
"input",
"numeric"
],
"author": "Onur Kantar <onur.kantar@logo.com.tr>",
"homepage": "https://github.com/onurkantar/diva-mobile-numeric-input",
"bugs": {
"url": "https://github.com/onurkantar/diva-mobile-numeric-input/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/onurkantar/diva-mobile-numeric-input.git"
},
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1",
"react-native-pixel-perfect": "^1.0.2"
},
"peerDependencies": {
"react-native-vector-icons": "^10.*"
},
"types": "./index.d.ts",
"devDependencies": {}
}