UNPKG

request-animation-frame

Version:
16 lines (15 loc) 570 B
{ "name": "request-animation-frame" , "description": "requestAnimationFrame shim" , "version": "0.1.1" , "homepage": "https://github.com/dodo/requestAnimationFrame.js" , "author": "dodo (https://github.com/dodo)" , "repository": {"type": "git", "url": "git://github.com/dodo/requestAnimationFrame.js.git"} , "main": "shim.js" , "engines": {"node": ">= 0.4.x"} , "keywords": ["request", "animation", "frame", "shim", "browser", "polyfill"] , "scripts": { "prepublish": "cake build"} , "devDependencies": { "muffin": ">= 0.2.6", "coffee-script": ">= 1.1.2"} }