Hover/bower.json

29 lines
731 B
JSON
Raw Normal View History

2014-01-28 12:39:56 +01:00
{
"name": "hover",
2014-01-28 12:39:56 +01:00
"homepage": "http://ianlunn.github.io/Hover",
"authors": [
"Ian Lunn <hello@ianlunn.co.uk>"
],
2015-01-08 14:33:38 +01:00
"description": "A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.",
"main": "css/hover.css",
2014-01-28 12:39:56 +01:00
"keywords": [
"Hover",
"hover",
"hover.css",
2014-01-28 12:39:56 +01:00
"Hover Effects",
"CSS Effects",
"CSS3 Effects",
"CSS Hover Effects",
"CSS3 Hover Effects"
],
2017-03-23 11:59:35 +01:00
"license": "SEE LICENSE IN LICENSE.txt",
2014-01-28 12:39:56 +01:00
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}