{
  "name": "react-native-animated-list",
  "version": "1.0.4",
  "description": "Animated List View for React Native",
  "main": "src/index",
  "jsnext:main": "src/index",
  "files": [
    "*.md",
    "src"
  ],
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/franciscofsales/react-native-animated-list.git"
  },
  "tags": [
    "react",
    "react-native",
    "ListView",
    "AnimatedListView"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "keywords": [
    "react",
    "react-native",
    "ios",
    "android",
    "list",
    "ListView",
    "Animated",
    "Animation"
  ],
  "author": "Francisco Sales @franciscofsales",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/franciscofsales/react-native-animated-list/issues"
  },
  "homepage": "https://github.com/franciscofsales/react-native-animated-list#readme",
  "devDependencies": {
    "react": "~15.3.1",
    "react-native": "^0.36.0",
    "babel-jest": "^16.0.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-react-native": "^1.9.0",
    "jest": "^16.1.0-alpha.691b0e22",
    "jest-react-native": "^16.1.0-alpha.691b0e22",
    "react-test-renderer": "^15.3.2"
  },
  "jest": {
    "preset": "jest-react-native"
  },
  "peerDependencies": {
    "react-native": "^0.36.1"
  }
}
