mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 22:41:31 +08:00
1f221284e5
* Folder reorganization * Using myth to generate prefixes * Change graphical charter
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"name": "bootstrap",
|
|
"version": "3.0.1",
|
|
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
|
|
"ignore": [
|
|
"**/.*"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0"
|
|
}
|
|
}
|