[#47,package.json][s]: add basic commonjs package.json, fixes #47.

This commit is contained in:
Rufus Pollock 2012-02-22 20:35:41 +00:00
parent 5b70170ec7
commit 7cd6b0b284

17
package.json Normal file
View File

@ -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 <rufus.pollock@okfn.org> and Max Ogden <max@maxogden.com>",
"contributors" : [],
"dependencies" : {
"jquery" : ">=1.6",
"underscore" : ">=1.0",
"backbone" : ">=0.5",
"jquery.mustache" : ""
},
"lib" : "src",
"main" : "recline.js",
"version" : "0.3a"
}