Initial files for node.js implementation of ndnpublish.
diff --git a/js/tools/ndnpublish/ndn-js-footer.txt b/js/tools/ndnpublish/ndn-js-footer.txt
new file mode 100644
index 0000000..d7ce060
--- /dev/null
+++ b/js/tools/ndnpublish/ndn-js-footer.txt
@@ -0,0 +1,12 @@
+
+/* This is ndn-js-footer.txt which make-ndn-js.js.sh puts at the end after including
+ *    all the source files.  Declare the exports.
+ */
+
+exports.NDN = NDN;
+exports.Closure = Closure;
+exports.Name = Name;
+exports.Interest = Interest;
+exports.ContentObject = ContentObject;
+exports.DataUtils = DataUtils;
+