mirror of
https://github.com/zhigang1992/react-native-swipeout.git
synced 2026-04-28 20:35:17 +08:00
35 lines
814 B
JSON
35 lines
814 B
JSON
{
|
|
"name": "react-native-swipeout",
|
|
"version": "2.2.2",
|
|
"description": "iOS-style swipeout buttons behind component",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"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.5",
|
|
"prop-types": "^15.5.10",
|
|
"create-react-class": "^15.6.0"
|
|
}
|
|
}
|