2014-01-22 06:03:43 +08:00
|
|
|
{
|
|
|
|
"name": "font-awesome-animation",
|
2017-01-03 00:07:44 +08:00
|
|
|
"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",
|
2017-01-03 00:07:44 +08:00
|
|
|
"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",
|
2014-04-17 05:54:21 +08:00
|
|
|
"vendor",
|
|
|
|
"data.json",
|
2014-01-22 06:21:49 +08:00
|
|
|
"demo",
|
2014-04-17 05:54:21 +08:00
|
|
|
".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
|
|
|
}
|