mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-30 11:24:21 +01:00
22 lines
358 B
JSON
22 lines
358 B
JSON
{
|
|
"name": "jasny-bootstrap",
|
|
"version": "3.1.3",
|
|
"main": [
|
|
"./dist/css/jasny-bootstrap.css",
|
|
"./dist/js/jasny-bootstrap.js"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"_config.yml",
|
|
"CNAME",
|
|
"composer.json",
|
|
"CONTRIBUTING.md",
|
|
"docs",
|
|
"js/tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0",
|
|
"bootstrap": ">= 3.1.0"
|
|
}
|
|
}
|