Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000000..1fea879908
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,8 @@
+{
+ "name": "bootstrap",
+ "version": "2.3.2",
+ "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
+ "dependencies": {
+ "jquery": ">=1.8.0 <2.1.0"
+ }
+} \ No newline at end of file