{
  "name": "react-mainloop",
  "version": "0.6.0",
  "description": "A React Component that uses a game loop to animate another component.",
  "main": "dist/Animator.js",
  "scripts": {
    "build": "rimraf dist && babel src --out-dir dist --optional es7.objectRestSpread --optional runtime --ignore \"__tests__\"",
    "lint": "eslint src/",
    "test": "npm run lint",
    "prepublish": "npm test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ThomWright/react-mainloop"
  },
  "keywords": [
    "react",
    "mainloop",
    "main",
    "loop",
    "game",
    "gameloop",
    "animate",
    "react-component"
  ],
  "author": "Thom Wright <npm@thomwright.co.uk> (http://thomwright.co.uk/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ThomWright/react-mainloop/issues"
  },
  "homepage": "https://github.com/ThomWright/react-mainloop",
  "dependencies": {
    "mainloop.js": "^1.0.1"
  },
  "devDependencies": {
    "babel": "^5.4.7",
    "babel-eslint": "^6.1.0",
    "babel-runtime": "^5.4.7",
    "chai": "^3",
    "eslint": "^3",
    "eslint-plugin-react": "^5.2.2",
    "jsdom": "^9.4.0",
    "mocha": "^2.2.5",
    "react": "^15",
    "react-dom": "^15",
    "rimraf": "^2.3.4"
  },
  "peerDependencies": {
    "react": "^0.13.0 || ^0.14.0 || ^15"
  }
}
