mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
33 lines
767 B
JSON
33 lines
767 B
JSON
{
|
|
"name": "hover.css",
|
|
"filename": "css/hover-min.css",
|
|
"description": "A collection of CSS3 powered hover effects to be applied to call to actions, buttons, logos, featured images and so on.",
|
|
"version": "1.0.8",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/IanLunn/Hover"
|
|
},
|
|
"keywords": [
|
|
"2d",
|
|
"3d",
|
|
"CSS",
|
|
"CSS3",
|
|
"animations",
|
|
"effects",
|
|
"transitions"
|
|
],
|
|
"author": "Ian Lunn",
|
|
"homepage": "http://ianlunn.co.uk/",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-sass": "~0.6.0",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-cssmin": "~0.7.0",
|
|
"grunt-contrib-connect": "~0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"load-grunt-tasks": "~0.2.0"
|
|
}
|
|
}
|