mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
11 lines
259 B
JSON
11 lines
259 B
JSON
{
|
|
"name": "bootstrap",
|
|
"version": "3.0.0",
|
|
"main": ["./dist/js/bootstrap.min.js", "./dist/js/bootstrap.js", "./dist/css/bootstrap.min.css", "./dist/css/bootstrap.css"],
|
|
"ignore": [
|
|
"**/.*"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0"
|
|
}
|
|
}
|