Files
react-native-swipeout/example/package.json
2015-06-16 04:03:14 -04:00

14 lines
308 B
JSON

{
"name": "swipeoutExample",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"latest": "npm install react-native-swipeout@* --save"
},
"dependencies": {
"react-native": "^0.4.4",
"react-native-swipeout": "^2.0.0"
}
}