From 7cd6b0b2845120f7dd0db6c514addc77d9ac8bf2 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Wed, 22 Feb 2012 20:35:41 +0000 Subject: [PATCH] [#47,package.json][s]: add basic commonjs package.json, fixes #47. --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..be14f8df --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name" : "recline", + "description" : "Data explorer library and app in pure Javascript", + "url" : "http://okfnlabs.org/recline", + "keywords" : ["data", "explorer", "grid", "table", "library", "app"], + "author" : "Rufus Pollock and Max Ogden ", + "contributors" : [], + "dependencies" : { + "jquery" : ">=1.6", + "underscore" : ">=1.0", + "backbone" : ">=0.5", + "jquery.mustache" : "" + }, + "lib" : "src", + "main" : "recline.js", + "version" : "0.3a" +}