UNPKG

react-native-autocomplete-select

Version:
54 lines (53 loc) 1.31 kB
{ "name": "react-native-autocomplete-select", "version": "1.0.0", "description": "AutoComplete with selection for react-native", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/Vizir/react-native-autocomplete-select.git" }, "scripts": { "lint": "standard --verbose | snazzy", "precommit": "npm run lint && npm test", "test": "NODE_ENV=production jest" }, "keywords": [ "react-native", "autocomplete", "select" ], "author": "Thiago Porto", "license": "MIT", "dependencies": { "react": ">=15.4.1", "react-native": ">=0.38.0", "string_score": "git+https://github.com/ThiagoNP/string_score.git" }, "devDependencies": { "babel-eslint": "^7.1.1", "babel-preset-react-native": "^1.9.1", "enzyme": "^2.7.1", "husky": "^0.13.1", "jest": "^18.1.0", "react-addons-test-utils": ">=15.4.1", "react-dom": ">=15.4.1", "snazzy": "^6.0.0", "standard": "^8.6.0" }, "jest": { "collectCoverage": true, "collectCoverageFrom": [ "index.js", "AutoComplete/**/*.js" ], "coverageDirectory": "./coverage", "preset": "react-native", "transformIgnorePatterns": [ "node_modules/(?!react-native)" ] }, "standard": { "parser": "babel-eslint" } }