mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-27 22:11:33 +08:00
1f221284e5
* Folder reorganization * Using myth to generate prefixes * Change graphical charter
25 lines
535 B
JSON
25 lines
535 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"
|
|
},
|
|
"homepage": "https://github.com/twbs/bootstrap",
|
|
"_release": "3.0.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v3.0.1",
|
|
"commit": "867e2bef8d9c9b901022899227b306a532f5baf3"
|
|
},
|
|
"_source": "git://github.com/twbs/bootstrap.git",
|
|
"_target": "3.0.1",
|
|
"_originalSource": "bootstrap"
|
|
} |