mirror of
https://github.com/zhigang1992/react-native-swipeout.git
synced 2026-06-16 13:19:38 +08:00
34 lines
768 B
JSON
34 lines
768 B
JSON
{
|
|
"name": "react-native-swipeout",
|
|
"version": "3.0.0",
|
|
"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-component",
|
|
"react-native",
|
|
"react-component",
|
|
"ios",
|
|
"android",
|
|
"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",
|
|
"peerDependencies": {
|
|
"react-native": ">=0.20.0"
|
|
}
|
|
}
|