mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-13 00:17:56 -05:00
Fixes #394 Added bootstrap as dev-dependency Removed jQuery dependency People might use the SASS instead of LESS and/or might use the CSS only and not the JavaScript
21 lines
336 B
JSON
21 lines
336 B
JSON
{
|
|
"name": "jasny-bootstrap",
|
|
"main": [
|
|
"./dist/css/jasny-bootstrap.css",
|
|
"./dist/js/jasny-bootstrap.js"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"_config.yml",
|
|
"CNAME",
|
|
"composer.json",
|
|
"CONTRIBUTING.md",
|
|
"docs",
|
|
"js/tests"
|
|
],
|
|
"dependencies": { },
|
|
"devDependencies": {
|
|
"bootstrap": ">= 3.1.0"
|
|
}
|
|
}
|