aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
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..d55c21c
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,16 @@
+{
+ "name": "Nikola",
+ "version": "0.0.0",
+ "homepage": "https://github.com/getnikola/nikola",
+ "authors": [
+ "Nikola Team <info@getnikola.com>"
+ ],
+ "description": "Nikola",
+ "license": "MIT",
+ "private": true,
+ "dependencies": {
+ "bootstrap": "~3.1.1",
+ "jquery": "<2.0.0",
+ "jquery-colorbox": "~1.5.9"
+ }
+}