bower.json: Add boilerplate so I can serve static dependencies
authorW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 23:07:12 +0000 (16:07 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 12:18:58 +0000 (05:18 -0700)
It looks like Firefox doesn't support the <dialog> element yet [1,2],
so I'll need the polyfill replacement.  This commit puts the generic
boilerplate in place, so we can revert just the dialog polyfill later,
while leaving this boilerplate in place for other dependencies.

[1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
[2]: https://bugzilla.mozilla.org/show_bug.cgi?id=840640

.bowerrc [new file with mode: 0644]
bower.json [new file with mode: 0644]
static/.gitignore [new file with mode: 0644]

diff --git a/.bowerrc b/.bowerrc
new file mode 100644 (file)
index 0000000..fdc1d56
--- /dev/null
+++ b/.bowerrc
@@ -0,0 +1,3 @@
+{
+    "directory": "static"
+}
diff --git a/bower.json b/bower.json
new file mode 100644 (file)
index 0000000..b1d497e
--- /dev/null
@@ -0,0 +1,11 @@
+{
+       "name": "nmhive",
+       "description": "Distributed mail tagging with nmbug.",
+       "version": "0.1.0",
+       "license": "BSD-2-Clause",
+       "homepage": "https://github.com/wking/nmhive",
+       "repository": {
+               "type": "git",
+               "url": "git://github.com/wking/nmhive.git"
+       }
+}
diff --git a/static/.gitignore b/static/.gitignore
new file mode 100644 (file)
index 0000000..72e8ffc
--- /dev/null
@@ -0,0 +1 @@
+*