{
    "name": "window.requestanimationframe",
    "version": "1.0.1",
    "description": "requestAnimationFrame polyfill",
    "keywords": [
        "requestAnimationFrame",
        "cancelAnimationFrame",
        "framerate",
        "animation",
        "polyfill",
        "fps"
    ],
    "license": "MIT",
    "author": "Polyfiller collaborators",
    "homepage": "https://github.com/Polyfiller/window.requestAnimationFrame",
    "bugs": {
        "url": "https://github.com/Polyfiller/window.requestAnimationFrame/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Polyfiller/window.requestAnimationFrame.git"
    },
    "files": [
        "requestanimationframe.js"
    ],
    "main": "requestanimationframe.js"
}
