mirror of
https://github.com/zhigang1992/react-native-swipeout.git
synced 2026-01-12 22:50:59 +08:00
35 lines
779 B
JSON
35 lines
779 B
JSON
{
|
|
"name": "react-native-swipeout",
|
|
"version": "2.0.10",
|
|
"description": "iOS-style swipeout buttons behind component",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:dancormier/react-native-swipeout.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"react-component",
|
|
"ios",
|
|
"swipeout",
|
|
"button",
|
|
"swipe",
|
|
"ui"
|
|
],
|
|
"author": "Dan Cormier",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dancormier/react-native-swipeout/issues"
|
|
},
|
|
"homepage": "https://github.com/dancormier/react-native-swipeout",
|
|
"dependencies": {
|
|
"react-tween-state": "^0.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "^0.x"
|
|
}
|
|
}
|