{
  "name": "react-loading-animation",
  "version": "1.4.0",
  "description": "A pretty loading spinner based on Google's colorful spinner animation.",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run compile && ava",
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nathanhoad/react-loading-animation.git"
  },
  "keywords": [
    "react",
    "loading",
    "spinner",
    "animation",
    "svg"
  ],
  "author": "Nathan Hoad",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nathanhoad/react-loading-animation/issues"
  },
  "homepage": "https://github.com/nathanhoad/react-loading-animation#readme",
  "devDependencies": {
    "ava": "^0.19.1",
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-register": "^6.24.1",
    "enzyme": "^2.8.2",
    "prop-types": "^15.5.8",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.3.1"
  },
  "babel": {
    "presets": [
      "es2015",
      "react"
    ]
  },
  "ava": {
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "peerDependencies": {
    "prop-types": "^15.5.8",
    "react": "^15.5.4"
  }
}
