Skip to content

Commit

Permalink
updated the URLs and added new keywords in package description
Browse files Browse the repository at this point in the history
  • Loading branch information
armish committed Jun 5, 2015
1 parent dbb25cd commit e920f71
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"name": "pileup",
"version": "0.1.0",
"description": "JavaScript track viewer",
"keywords": [
"genome",
"track",
"bam",
"gene",
"bioinformatics",
"genomics",
"sequencing",
"reads",
"interactive"
],
"main": "build/pileup.js",
"browser": "build/pileup.js",
"files": [
Expand All @@ -11,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/danvk/pileup.js.git"
"url": "https://github.com/hammerlab/pileup.js.git"
},
"scripts": {
"lint": "./scripts/lint.sh",
Expand All @@ -20,9 +31,9 @@
"author": "Dan Vanderkam",
"license": "Apache2",
"bugs": {
"url": "https://github.com/danvk/pileup.js/issues"
"url": "https://github.com/hammerlab/pileup.js/issues"
},
"homepage": "https://github.com/danvk/pileup.js",
"homepage": "https://github.com/hammerlab/pileup.js",
"prepush": [
"lint"
],
Expand Down

0 comments on commit e920f71

Please sign in to comment.