[#47,package.json][s]: add basic commonjs package.json, fixes #47.
This commit is contained in:
parent
5b70170ec7
commit
7cd6b0b284
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user