UNPKG

react-native-animated-math

Version:

Animated API math extension - implements sine, cosine, tangent as AnimatedNodes

30 lines (29 loc) 665 B
{ "name": "react-native-animated-math", "version": "0.3.1", "description": "Animated API math extension - implements sine, cosine, tangent as AnimatedNodes", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/rastapasta/react-native-animated-math.git" }, "keywords": [ "react-native", "animated", "cos", "sin", "tan", "cosine", "sine", "tangent", "nativedriver" ], "author": "Michael Straßburger <codepoet@cpan.org>", "license": "MIT", "peerDependencies": { "react-native": ">=0.41" } }