font-awesome-animation/bower.json
2017-01-09 13:33:55 +01:00

34 lines
713 B
JSON

{
"name": "font-awesome-animation",
"description": "Simple animations using FontAwesome and some CSS3.",
"version": "0.0.10",
"author": "l-lin",
"license": "MIT",
"main": [
"dist/font-awesome-animation.css",
"dist/font-awesome-animation.min.css"
],
"ignore": [
".bowerrc",
".editorconfig",
".git*",
".jshintrc",
"Gruntfile.js",
"test",
"node_modules",
"vendor",
"data.json",
"demo",
".travis.yml",
"favicon.png",
"index.html",
"README.md",
"server",
"styles",
"_config.yml",
"grunt"
],
"dependencies": {},
"devDependencies": {}
}