Skip to content

Commit

Permalink
details npm
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPS committed Sep 22, 2018
1 parent 659b830 commit 6f0c299
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 17 deletions.
24 changes: 12 additions & 12 deletions common/client-base/src/main/webapp/html/GeneMap/package.json
@@ -1,34 +1,34 @@
{
"name": "genomaps",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Interactive visualization of high-density SNP, QTL, GWAS and gene data",
"main": "genemap.js",
"homepage": "https://ondex.rothamsted.ac.uk/QTLNetMiner/",
"main": "genomaps.js",
"homepage": "http://knetminer.rothamsted.ac.uk/GenoMaps/",
"repository": {
"type": "git",
"url": "https://github.com/Rothamsted/GenoMap.js"
"url": "https://github.com/Rothamsted/genomaps.js"
},
"bugs": {
"url": "https://github.com/Rothamsted/GenoMap.js/issues"
"url": "https://github.com/Rothamsted/genomaps.js/issues"
},
"author": {
"name": "Keywan Hassani-Pak",
"email": "pakk@rothamsted.ac.uk",
"url": "http://www.rothamsted.ac.uk/people/pakk"
"email": "keywan.hassani-pak@rothamsted.ac.uk",
"url": "https://www.rothamsted.ac.uk/our-people/keywan-hassani-pak"
},
"contributors": [
{
"name": "Francis Newson",
"email": "francis.newson@tessella.com"
},
{
"name": "Peter Norton",
"email": "peter.norton@tessella.com"
},
{
{
"name": "Ajit Singh",
"email": "ajit.singh@rothamsted.ac.uk"
},
{
"name": "Peter Norton",
"email": "peter.norton@tessella.com"
}
],
"keywords": [
Expand Down
39 changes: 34 additions & 5 deletions common/client-base/src/main/webapp/html/KnetMaps/package.json
@@ -1,8 +1,39 @@
{
"name": "knetmaps",
"version": "1.0.1",
"description": "",
"version": "1.0.2",
"license": "ISC",
"description": "Interactive network visualization tool for intuitive exploratory analysis of heterogeneous knowledge graphs",
"main": "knetmaps.js",
"homepage": "http://knetminer.rothamsted.ac.uk/KnetMaps/",
"repository": {
"type": "git",
"url": "https://github.com/Rothamsted/knetmaps.js"
},
"bugs": {
"url": "https://github.com/Rothamsted/knetmaps.js/issues"
},
"author": {
"name": "Ajit Singh",
"email": "ajit.singh@rothamsted.ac.uk",
"url": "https://www.rothamsted.ac.uk/our-people/ajit-singh"
},
"contributors": [
{
"name": "Keywan Hassani-Pak",
"email": "keywan.hassani-pak@rothamsted.ac.uk"
}
],
"keywords": [
"network",
"visualisation",
"visualization",
"node",
"npm",
"nodejs",
"bower",
"cytoscapejs",
"biojs"
],
"directories": {
"doc": "docs",
"test": "test"
Expand Down Expand Up @@ -39,7 +70,5 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
}

0 comments on commit 6f0c299

Please sign in to comment.