UNPKG

838 BJSONView Raw
1{
2 "name": "raf",
3 "version": "0.1.3",
4 "description": "requestAnimationFrame polyfill library",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/chrisdickinson/raf.git"
12 },
13 "keywords": [
14 "requestAnimationFrame",
15 "polyfill"
16 ],
17 "author": "Chris Dickinson <chris@neversaw.us>",
18 "license": "MIT",
19 "devDependencies": {
20 "tape": "~2.11.0"
21 },
22 "testling": {
23 "files": "test.js",
24 "browsers": [
25 "iexplore/6.0..latest",
26 "firefox/3.0..6.0",
27 "firefox/15.0..latest",
28 "firefox/nightly",
29 "chrome/4.0..10.0",
30 "chrome/20.0..latest",
31 "chrome/canary",
32 "opera/10.0..latest",
33 "opera/next",
34 "safari/4.0..latest",
35 "ipad/6.0..latest",
36 "iphone/6.0..latest"
37 ]
38 }
39}