Files
cdnjs/ajax/libs/anima/package.json
T
2014-07-30 02:29:34 +08:00

32 lines
574 B
JSON

{
"name": "anima",
"filename": "anima.min.js",
"version": "0.3.7",
"description": "CSS animations with a soul",
"repository": {
"type": "git",
"url": "https://github.com/lvivski/anima"
},
"keywords": [
"css",
"animate",
"animations",
"anima"
],
"author": "Yehor Lvivski",
"homepage": "http://lvivski.com",
"license": "MIT",
"npmName": "anima",
"npmFileMap": [
{
"basePath": "/",
"files": [
"anima.js",
"anima.min.js",
"anima.min.js.map",
"jquery.anima.js"
]
}
]
}