font-awesome-animation/bower.json
Stefan Kecskes 9ae222ff4a fix consistency in versioning
bower is complaining when version and tag are not same. Better fix it.
2016-01-29 14:43:52 +00:00

33 lines
638 B
JSON

{
"name": "font-awesome-animation",
"version": "0.0.8",
"author": "l-lin",
"main": [
"dist/font-awesome-animation.css",
"dist/font-awesome-animation.min.css"
],
"ignore": [
".bowerrc",
".editorconfig",
".git*",
".jshintrc",
"Gruntfile.js",
"test",
"node_modules",
"src",
"vendor",
"data.json",
"demo",
".travis.yml",
"favicon.png",
"index.html",
"README.md",
"server",
"styles",
"_config.yml",
"grunt"
],
"dependencies": {},
"devDependencies": {}
}