[package.json][xs]: tidy up and extend a little.
This commit is contained in:
25
package.json
25
package.json
@@ -1,10 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name" : "recline",
|
"name" : "recline",
|
||||||
"description" : "Data explorer library and app in pure Javascript",
|
"description" : "Data explorer and data library in pure Javascript.",
|
||||||
"url" : "http://okfnlabs.org/recline",
|
"version" : "0.5.0",
|
||||||
|
"homepage" : "http://reclinejs.com/",
|
||||||
"keywords" : ["data", "explorer", "grid", "table", "library", "app"],
|
"keywords" : ["data", "explorer", "grid", "table", "library", "app"],
|
||||||
"author" : "Rufus Pollock <rufus.pollock@okfn.org> and Max Ogden <max@maxogden.com>",
|
"contributors" : [
|
||||||
"contributors" : [],
|
{
|
||||||
|
"name": "Rufus Pollock",
|
||||||
|
"email": "rufus.pollock@okfn.org"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Max Ogden",
|
||||||
|
"email": "max@maxogden.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"jquery" : ">=1.6",
|
"jquery" : ">=1.6",
|
||||||
"underscore" : ">=1.0",
|
"underscore" : ">=1.0",
|
||||||
@@ -13,5 +22,11 @@
|
|||||||
},
|
},
|
||||||
"lib" : "src",
|
"lib" : "src",
|
||||||
"main" : "recline.js",
|
"main" : "recline.js",
|
||||||
"version" : "0.4a"
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "http://github.com/okfn/recline.git",
|
||||||
|
"path": "src"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user