react-native-easy-animations
Version:
A simple and easy to use React Native package with multiple Animated Components.
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "react-native-easy-animations",
"version": "1.0.3",
"description": "A simple and easy to use React Native package with multiple Animated Components.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmsnunes/react-native-easy-animations.git"
},
"keywords": [
"react-rative",
"animations",
"animated",
"easy",
"simple",
"fade-in",
"fade-out",
"ui",
"ios",
"android",
"mobile",
"react-native-component",
"react-component"
],
"author": "Pedro Nunes",
"license": "MIT",
"bugs": {
"url": "https://github.com/pmsnunes/react-native-easy-animations/issues"
},
"homepage": "https://github.com/pmsnunes/react-native-easy-animations#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.58.0"
},
"dependencies": {
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}