summaryrefslogtreecommitdiffhomepage
path: root/bower.json
diff options
context:
space:
mode:
authorCamil Staps2015-10-25 00:19:11 +0200
committerCamil Staps2015-10-25 00:33:40 +0200
commitc60d9793834ab10bdd6dc373f47c2206d39d5663 (patch)
tree3e22336544a13787b91e256dbdfa7b273e170370 /bower.json
Initial commit
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..b8e84e7
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,16 @@
+{
+ "name": "camilstaps.nl",
+ "version": "0.1",
+ "homepage": "https://camilstaps.nl",
+ "authors": ["Camil Staps <info@camilstaps.nl>"],
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "build"
+ ],
+ "dependencies": {
+ "bootstrap-sass-official": "~3.3.2"
+ }
+}