mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
31 lines
674 B
JSON
31 lines
674 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"
|
|
},
|
|
"homepage": "https://github.com/jasny/bootstrap",
|
|
"_release": "3.1.3",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v3.1.3",
|
|
"commit": "f4705f17fcae6eff441f8b582d6eb72ce9109fc6"
|
|
},
|
|
"_source": "git://github.com/jasny/bootstrap.git",
|
|
"_target": ">=3.1.3",
|
|
"_originalSource": "jasny-bootstrap"
|
|
} |