mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
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"
|
|
}
|
|
}
|