sob
Version:
Schedule on Browser through single rAF and rIC mechanism
36 lines (35 loc) • 810 B
JSON
{
"version": "0.1.0",
"license": "MIT",
"name": "sob",
"description": "Schedule on Browser through single rAF and rIC mechanism",
"homepage": "https://github.com/WebReflection/sob",
"keywords": [
"rAF",
"rIC",
"requestAnimationFrame",
"requestIdleCallback",
"setTimeout",
"performance"
],
"author": {
"name": "Andrea Giammarchi",
"web": "http://webreflection.blogspot.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/WebReflection/sob.git"
},
"main": "./build/sob.node.js",
"scripts": {
"test": "phantomjs testrunner.js",
"web": "tiny-cdn run -p=1337"
},
"devDependencies": {
"jshint": "^2.9.4",
"phantomjs-prebuilt": "^2.1.13",
"tiny-cdn": "^0.7.0",
"uglify-js": "^1.3.5",
"wru": "^0.3.0"
}
}