| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "raf.js",
- "version": "0.0.4",
- "description": "Yet another requestAnimationFrame polyfill.",
- "keywords": [
- "raf",
- "requestanimationframe",
- "animation",
- "polyfill"
- ],
- "categories": [
- "UI",
- "Shims",
- "Utilities"
- ],
- "jam": {
- "main": "raf.js",
- "include": [
- "raf.js",
- "raf.min.js"
- ]
- },
- "main": "raf.js",
- "files": [
- "raf.js",
- "raf.min.js",
- "README.md"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/ngryman/raf.js.git"
- },
- "author": "Nicolas Gryman",
- "license": "MIT"
- }
|