forked from Laverna/laverna
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move bootstrap dependency to theme. Laverna#1
- Loading branch information
filtercake
committed
May 4, 2014
1 parent
86c561a
commit f93708b
Showing
158 changed files
with
18,854 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory": "bower_components" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "laverna-theme-default", | ||
"version": "0.5.0", | ||
"dependencies": { | ||
"bootstrap": "~3.1.1" | ||
}, | ||
"homepage": "https://github.com/laverna/laverna", | ||
"authors": [ | ||
"see laverna credits" | ||
], | ||
"description": "default theme for laverna.cc", | ||
"main": "index.less", | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"app/bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
app/styles/theme-default/bower_components/bootstrap/.bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "bootstrap", | ||
"version": "3.1.1", | ||
"main": [ | ||
"./dist/css/bootstrap.css", | ||
"./dist/js/bootstrap.js", | ||
"./dist/fonts/glyphicons-halflings-regular.eot", | ||
"./dist/fonts/glyphicons-halflings-regular.svg", | ||
"./dist/fonts/glyphicons-halflings-regular.ttf", | ||
"./dist/fonts/glyphicons-halflings-regular.woff" | ||
], | ||
"ignore": [ | ||
"**/.*", | ||
"_config.yml", | ||
"CNAME", | ||
"composer.json", | ||
"CONTRIBUTING.md", | ||
"docs", | ||
"js/tests" | ||
], | ||
"dependencies": { | ||
"jquery": ">= 1.9.0" | ||
}, | ||
"homepage": "https://github.com/twbs/bootstrap", | ||
"_release": "3.1.1", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v3.1.1", | ||
"commit": "a365d8689c3f3cee7f1acf86b61270ecca8e106d" | ||
}, | ||
"_source": "git://github.com/twbs/bootstrap.git", | ||
"_target": "~3.1.1", | ||
"_originalSource": "bootstrap" | ||
} |
Oops, something went wrong.