UNPKG

react-native-atoz-list

Version:

High performance fixed height ListView to be used for a contact list or friends list in your application

57 lines (56 loc) 1.49 kB
{ "name": "react-native-atoz-list", "version": "1.0.5", "description": "High performance fixed height ListView to be used for a contact list or friends list in your application", "main": "index.js", "scripts": { "test": "jest" }, "author": "rgovindji@gmail.com", "peerdependencies": { "babel-plugin-syntax-trailing-function-commas": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-preset-stage-0": "^6.5.0", "babel-preset-stage-3": "^6.5.0", "fbemitter": "^2.0.2", "fbjs": "^0.8.2", "immutable": "^3.8.1", "invariant": "^2.2.1", "lodash": "^4.12.0", "react": "^0.14.8", "react-native": "^0.25.1", "react-native-swipe-actions": "^0.5.3" }, "devDependencies": { "babel-jest": "^12.0.2", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.3.13", "jest-cli": "^12.0.2", "prop-types": "^15.6.0" }, "jest": { "scriptPreprocessor": "<rootDir>/node_modules/babel-jest", "testFileExtensions": [ "js" ], "moduleFileExtensions": [ "js", "json" ] }, "repository": { "type": "git", "url": "git+https://github.com/rgovindji/react-native-atoz-list.git" }, "keywords": [ "selectlist", "alphabetlist", "contactlist" ], "license": "ISC", "bugs": { "url": "https://github.com/rgovindji/react-native-atoz-list/issues" }, "homepage": "https://github.com/rgovindji/react-native-atoz-list#readme" }