react-native-material-textfield
Version:
33 lines (26 loc) • 736 B
JSON
{
"name": "react-native-material-textfield",
"version": "0.2.4",
"license": "BSD-3-Clause",
"author": "Alexander Nazarov <n4kz@n4kz.com>",
"description": "Material textfield",
"keywords": ["react", "react-component", "react-native", "ios", "android", "input", "textinput", "field", "textfield", "material"],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/n4kz/react-native-material-textfield.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^7.2.0",
"eslint": "^3.18.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.0"
},
"scripts": {
"test": "node_modules/.bin/eslint src example/app.js"
}
}