font-awesome-animation/bower.json
2017-10-01 15:19:05 +02:00

34 lines
712 B
JSON

{
"name": "font-awesome-animation",
"description": "Simple animations using FontAwesome and some CSS3.",
"version": "0.1.1",
"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": {}
}