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" +}