Files
react-native-swipeout/package.json
Dan Cormier edc8500946 2.0.10
2016-01-17 15:57:10 -05:00

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"
}
}