From fc8a9b2a6122c0244c0ea5820865136f963e4253 Mon Sep 17 00:00:00 2001 From: mde Date: Sun, 8 Aug 2010 19:11:07 -0500 Subject: [PATCH] Added packgage.json for publishing to NPM. --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..bb9a4e32 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ "name": "geddy" +, "version": "0.1.1" +, "author": "Matthew Eernisse (http://fleegix.org)" +, "scripts": + { "install": "make && make install" + , "uninstall": "make uninstall" + } +}