anim-event
Version:
Event Manager for Animation
36 lines (35 loc) • 660 B
JSON
{
"name": "anim-event",
"version": "1.0.17",
"description": "Event Manager for Animation",
"keywords": [
"animation",
"event",
"performance",
"throttle",
"debounce",
"requestAnimationFrame",
"scroll",
"resize",
"mousemove",
"drag"
],
"main": "anim-event.min.js",
"homepage": "https://github.com/anseki/anim-event",
"repository": {
"type": "git",
"url": "git://github.com/anseki/anim-event.git"
},
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"authors": [
"anseki <AnSeki.aff@gmail.com>"
]
}