{
  "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"
  }
}
