From 5d5ddce798ef8a6d441c4c2e58844bd95f18e14e Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 20 May 2012 15:06:15 +0100 Subject: [PATCH] [package.json][xs]: tidy up and extend a little. --- package.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 80918ea8..300abaff 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,19 @@ { "name" : "recline", - "description" : "Data explorer library and app in pure Javascript", - "url" : "http://okfnlabs.org/recline", + "description" : "Data explorer and data library in pure Javascript.", + "version" : "0.5.0", + "homepage" : "http://reclinejs.com/", "keywords" : ["data", "explorer", "grid", "table", "library", "app"], - "author" : "Rufus Pollock and Max Ogden ", - "contributors" : [], + "contributors" : [ + { + "name": "Rufus Pollock", + "email": "rufus.pollock@okfn.org" + }, + { + "name": "Max Ogden", + "email": "max@maxogden.com" + } + ], "dependencies" : { "jquery" : ">=1.6", "underscore" : ">=1.0", @@ -13,5 +22,11 @@ }, "lib" : "src", "main" : "recline.js", - "version" : "0.4a" + "repositories": [ + { + "type": "git", + "url": "http://github.com/okfn/recline.git", + "path": "src" + } + ] }