swipe-list
Version:
Infinite scroll replacement for weak mobile devices.
29 lines • 601 B
JSON
{
"name": "animation-frame",
"description": "An even better requestAnimationFrame",
"version": "0.1.6",
"author": {
"name": "Oleg Slobodskoi",
"email": "oleg008@gmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:kof/animation-frame.git"
},
"keywords": [
"animationFrame",
"RAF",
"requestAnimationFrame",
"cancelAnimationFrame"
],
"main": "AnimationFrame.js",
"devDependencies": {
"uglify-js": "2.4.x"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}