react-native-sortable-list/package.json
Timur Gibadullin 8883239f22 Release 0.0.21
2018-03-01 00:43:57 +03:00

25 lines
642 B
JSON

{
"name": "react-native-sortable-list",
"version": "0.0.21",
"description": "React Native Sortable List component",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:gitim/react-native-sortable-list.git"
},
"keywords": [
"react-native",
"ios",
"react-component"
],
"author": "Tim Gibadullin <tim.gibadullin@gmail.com> (https://github.com/gitim)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitim/react-native-sortable-list/issues"
},
"homepage": "https://github.com/gitim/react-native-sortable-list",
"dependencies": {
"prop-types": "^15.5.10"
}
}