font-awesome-animation/bower.json

34 lines
712 B
JSON
Raw Normal View History

2014-01-22 06:03:43 +08:00
{
"name": "font-awesome-animation",
"description": "Simple animations using FontAwesome and some CSS3.",
2018-01-14 17:14:55 +08:00
"version": "0.2.0",
2014-01-22 06:03:43 +08:00
"author": "l-lin",
"license": "MIT",
2014-01-22 06:03:43 +08:00
"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"
2014-01-22 06:03:43 +08:00
],
"dependencies": {},
"devDependencies": {}
2015-01-10 19:11:27 +08:00
}