UNPKG

react-native-reanimatable

Version:

Wrapper for Reanimated with an easy declarative API.

45 lines (44 loc) 1.14 kB
{ "name": "react-native-reanimatable", "version": "0.5.0", "description": "Wrapper for Reanimated with an easy declarative API.", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "animations", "react-native", "reactnative", "reanimated", "animatable" ], "author": { "name": "Terry Sahaidak", "email": "terry@sahaidak.com" }, "license": "MIT", "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/runtime": "^7.3.1", "babel-core": "^6.26.3", "babel-eslint": "^8.0.1", "eslint": "^4.2.0", "eslint-config-airbnb": "^16.1.0", "eslint-formatter-pretty": "^1.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.1.0", "eslint-plugin-react-native": "^3.1.0", "metro-react-native-babel-preset": "^0.45.3" }, "peerDependencies": { "react-native": "*", "react": "*", "react-native-reanimated": "*" }, "dependencies": { "prop-types": "^15.6.2" } }