Skip to content

Commit

Permalink
info
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPS committed Sep 22, 2018
1 parent 1d10f90 commit 68f71a7
Showing 1 changed file with 34 additions and 5 deletions.
39 changes: 34 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"url": "https://www.rothamsted.ac.uk/our-people/ajit-singh"
},
"contributors": [
{
"name": "Keywan Hassani-Pak",
"email": "[email protected]"
}
],
"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 68f71a7

Please sign in to comment.