animation-stepper
Version:
Javascript library to handle several animations at once using a singleton approach. One window.requestAnimationFrame instance will be running in the background to orchest all animations.
37 lines (36 loc) • 1.17 kB
JSON
{
"name": "animation-stepper",
"version": "1.0.0",
"description": "Javascript library to handle several animations at once using a singleton approach. One window.requestAnimationFrame instance will be running in the background to orchest all animations.",
"main": "dist/animation-stepper.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/ajsoriar/animation-stepper.git",
"keywords": [
"key-frame",
"animation-stepper",
"js-animation"
],
"author": "Andres J. Soria R. <<ajsoriar@gmail.com>>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajsoriar/animation-stepper/issues"
},
"homepage": "https://github.com/ajsoriar/animation-stepper#readme",
"devDependencies": {
"eslint": "^5.16.0",
"grunt": "~0.4",
"grunt-cleanempty": "^1.0.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-remove-comments": "^0.1.6",
"grunt-remove-logging": "^0.2.0",
"grunt-replace": "^1.0.1"
}
}