react-native-autocompleter
Version:
autocomplete input for react-native
56 lines (55 loc) • 1.53 kB
JSON
{
"name": "react-native-autocompleter",
"version": "1.0.1",
"description": "autocomplete input for react-native",
"main": "src/index.js",
"scripts": {
"start": "npm run ios",
"ios": "cd examples/Basic && npm install && npm run ios",
"android": "cd examples/Basic && npm install && npm run android",
"lint": "eslint . --cache",
"lint-fix": "eslint . --fix --cache",
"test": "echo \"Error: no test specified\" && exit 1",
"ci": "npm publish"
},
"repository": {
"url": "git@github.com:xinlc/react-native-autocomplete.git",
"type": "git"
},
"keywords": [
"autocomplete",
"react-native-autocomplete",
"react-native",
"react-component"
],
"author": "Leo Xin <xinlichao2016@gmail.com> (https://github.com/xinlc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xinlc/react-native-autocomplete/issues"
},
"homepage": "https://github.com/xinlc/react-native-autocomplete",
"files": [
"src"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-preset-react-native": "^4.0.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"flow": "^0.2.3",
"flow-bin": "^0.49.1",
"flow-typed": "^2.1.2",
"react": "^16.3.0-alpha.1",
"react-native": "0.54.2"
}
}