From c1fc073ff268c0de06cf8e0d898de8a45edea0e0 Mon Sep 17 00:00:00 2001 From: Colin Combe Date: Fri, 18 Dec 2015 14:00:26 +0000 Subject: [PATCH] added license info to package.json, also added description and incremented version number --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e838eef..3d972fc 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "complexviewer", - "version": "v1.0.0", - "description": "TBD", + "version": "v1.0.1", + "description": "A network visualisation that displays molecular interaction data, including detailed residue-level information such as binding sites. v1 is used in EBI's Complex Portal. The aim for v2 is a general purpose viewer for PSI-MI XML data", "author": {"name" : "Colin Combe", "email" : "colin.combe@ed.ac.uk"}, "contributors": [{"name" : "Josh Heimbach", "email" : "joshkh@gmail.com"}], + "license" : "Apache v2.0", "devDependencies": { "grunt": "0.4.x", "grunt-cli": ">=0.1.6",