Initial files for node.js implementation of ndnpublish.
diff --git a/js/tools/ndnpublish/ndn-js-header.txt b/js/tools/ndnpublish/ndn-js-header.txt
new file mode 100644
index 0000000..593fd55
--- /dev/null
+++ b/js/tools/ndnpublish/ndn-js-header.txt
@@ -0,0 +1,15 @@
+/* This file is created by running make-ndn-js.js.sh in this directory.
+ * It concatenates ndn-js-header.txt plus all the ndn-js source files plus
+ *   ndn-js-footer.txt to make ndn-js.js .
+ * author: Jeff Thompson
+ * See COPYING for copyright and distribution information.
+ */
+
+// LOG is used by some of the NDN code.
+var LOG = 0;
+
+// jsbn.js needs the navigator object which isn't defined in Node, so make a local hack.
+var navigator = {
+    appName: "Netscape"
+};
+