From 6872d7229440a3b3adb6089dacb325dbe8c6ade7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 7 Apr 2011 13:26:00 -0400 Subject: [PATCH] adding package.json for CommonJS compliance --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..6aa2aaa --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "showdown", + "version": "0.0.1", + "author": "John Fraser", + "contributors": [ + "John Gruber", + "John Fraser", + "Corey Innis" + ], + "repository": { + "type": "git", + "url": "https://github.com/coreyti/showdown.git" + }, + "licenses": [{ "type": "BSD" }], + "main": "./src/showdown" +}