react-native-atoz-list-assac
Version:
High performance fixed height ListView to be used for a contact list or friends list in your application with some fixes, based on react-native-atoz-list
59 lines (58 loc) • 1.59 kB
JSON
{
"author": {
"name": "rgovindji@gmail.com"
},
"bugs": {
"url": "https://github.com/rgovindji/react-native-atoz-list/issues"
},
"description": "High performance fixed height ListView to be used for a contact list or friends list in your application with some fixes, based on react-native-atoz-list",
"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"
},
"homepage": "https://github.com/rgovindji/react-native-atoz-list#readme",
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"js"
],
"moduleFileExtensions": [
"js",
"json"
]
},
"keywords": [
"selectlist",
"alphabetlist",
"contactlist"
],
"license": "ISC",
"main": "index.js",
"name": "react-native-atoz-list-assac",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgovindji/react-native-atoz-list.git"
},
"scripts": {
"test": "jest"
},
"version": "1.0.3"
}