{
  "name": "rafl",
  "description": "request animation frame",
  "version": "1.2.2",
  "keywords": [
    "animate",
    "requestAnimationFrame",
    "performance"
  ],
  "main": "index.js",
  "dependencies": {
    "global": "~4.3.0"
  },
  "devDependencies": {
    "tape": "~4.5.1"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "testling": {
    "files": "test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaelrhodes/raf.git"
  },
  "author": "Michael Rhodes",
  "license": "MIT" 
}
