Files
react-native-swipeout/package.json
2016-03-10 23:41:41 -05:00

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