preemptive-animation-frame
Version:
Preemptive requestAnimationFrame
50 lines (49 loc) • 1.57 kB
JSON
{
"name": "preemptive-animation-frame",
"id": "preemptive-animation-frame",
"version": "0.1.0",
"description": "Preemptive requestAnimationFrame",
"keywords": [
"requestAnimationFrame",
"raf",
"animation",
"preemptive",
"60FPS"
],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/preemptive-animation-frame",
"main": "./lib/preemptive-animation-frame.js",
"devDependencies": {
"babel-cli": "6.11.4",
"babel-plugin-transform-class-properties": "6.11.5",
"babel-preset-es2015": "6.3.13",
"babel-preset-flow": "1.0.0",
"babel-register": "6.11.6",
"flow-bin": "0.34.0",
"standard-flow": "1.0.0",
"tape": "4.4.0"
},
"scripts": {
"test": "npm run flow && npm run lint && npm run tape",
"tape": "tape -r babel-register test/**/*.js",
"flow": "flow check",
"lint": "standard-flow src/*.js",
"start": "babel --watch --out-dir lib src",
"build:types": "flow gen-flow-files src --out-dir lib",
"build:node": "babel --out-dir lib src",
"build": "npm run build:node && npm run build:types",
"prepublish": "npm run build && npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/Gozala/preemptive-animation-frame.git",
"web": "https://github.com/Gozala/preemptive-animation-frame"
},
"bugs": {
"url": "http://github.com/Gozala/preemptive-animation-frame/issues/"
},
"license": "MPL-2.0",
"dependencies": {
"request-polyfilled-animation-frame": "0.0.3"
}
}