]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add bower config
authorjgthms <bbxdesign@gmail.com>
Sun, 24 Jan 2016 00:12:17 +0000 (00:12 +0000)
committerjgthms <bbxdesign@gmail.com>
Sun, 24 Jan 2016 00:12:17 +0000 (00:12 +0000)
bower.json [new file with mode: 0644]

diff --git a/bower.json b/bower.json
new file mode 100644 (file)
index 0000000..b9e7025
--- /dev/null
@@ -0,0 +1,25 @@
+{
+  "name": "bulma",
+  "version": "0.0.1",
+  "homepage": "http://bulma.io",
+  "authors": [
+    "jgthms <bbxdesign@gmail.com>"
+  ],
+  "description": "Modern CSS framework based on Flexbox",
+  "main": "bulma.sass",
+  "keywords": [
+    "css",
+    "sass",
+    "flexbox",
+    "responsive",
+    "framework"
+  ],
+  "license": "MIT",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ]
+}