aurelia-animator-css
Version:
An implementation of the abstract Animator interface from templating which enables css-based animations.
28 lines (27 loc) • 696 B
JSON
{
"name": "aurelia-animator-css",
"version": "1.0.4",
"description": "An implementation of the abstract Animator interface from templating which enables css-based animations.",
"keywords": [
"aurelia",
"animation",
"css",
"plugin"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-animator-css.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/aurelia/animator-css"
},
"dependencies": {
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0",
"aurelia-templating": "^1.0.0"
}
}