{
  "name": "requestidlecallback",
  "version": "0.3.0",
  "description": "A polyfill for the requestIdleCallback.",
  "main": "index.js",
  "filename": "index.js",
  "author": "Alexander Farkas <info@corrupt-system.de>",
  "repository": {
    "type": "git",
    "url": "git@github.com:aFarkas/requestIdleCallback.git"
  },
  "scripts": {
    "test": "mocha-phantomjs test/index.html"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.4.0",
    "jshint": "^2.8.0",
    "mocha": "^2.3.3",
    "mocha-phantomjs": "^4.0.1",
    "sinon": "^1.17.2"
  }
}
