aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorCamil Staps2015-05-20 15:50:55 +0200
committerCamil Staps2015-05-20 15:50:55 +0200
commita32db2aa56034f26397c17dcb65db36410f5536c (patch)
tree07216c35f3cdb8356d43525c350a254f51788f58 /bower.json
parentInitial commit (diff)
parentjquery-cookie (diff)
Merge branch 'frontend-only' of ../../Botleagues_old
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..ea0dd59
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,22 @@
+{
+ "name": "Botleagues Client",
+ "version": "0.0.0",
+ "homepage": "https://github.com/camilstaps/Botleagues",
+ "authors": [
+ "Camil Staps <info@camilstaps.nl>"
+ ],
+ "license": "GPL v3.0",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "build"
+ ],
+ "dependencies": {
+ "bootstrap": "~3.3.2",
+ "bootswatch": "~3.3.4+1",
+ "fontawesome": "~4.3.0",
+ "jquery-cookie": "~1.4.1"
+ }
+}