ng-slide-animations
Version:
Minimal angular.js implementation of slide-to-side animations
32 lines (31 loc) • 634 B
JSON
{
"name": "ng-slide-animations",
"description": "Minimal angular.js implementation of slide-to-side animations",
"main": "src/ng-slide-animations.js",
"authors": [
"Vasily Liaskovsky <vasily.liaskovsky@gmail.com>"
],
"license": "MIT",
"keywords": [
"angular",
"angularjs",
"slide",
"animation",
"ngAnimate",
"slideDown",
"slideUp",
"slideLeft",
"slideRight"
],
"dependencies": {
"angular": "^1.6.4"
},
"homepage": "https://github.com/blr-Oliver/ng-slide-animations",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}