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
--- /dev/null
+{
+ "directory": "static"
+}
--- /dev/null
+{
+ "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"
+ }
+}