@pod-point/react-native-animatable
Version:
Easy to use declarative transitions and a standard set of animations for React Native
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "@pod-point/react-native-animatable",
"version": "0.7.0",
"description": "Easy to use declarative transitions and a standard set of animations for React Native",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"fade",
"bounce",
"slide",
"animatable",
"transition",
"animation"
],
"author": {
"name": "POD Point",
"email": "software@pod-point.com"
},
"homepage": "https://github.com/Pod-Point/react-native-animatable",
"bugs": {
"url": "https://github.com/Pod-Point/react-native-animatable/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/Pod-Point/react-native-animatable.git"
},
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.14.0"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}