Skip to content

Commit

Permalink
Update package.json to Crypti and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
brh55 authored Jun 22, 2017
1 parent f1ed0f4 commit b37027f
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"name": "eth-price",
"name": "@crypti/eth-price",
"version": "0.1.5",
"description": "A CLI to get the current ETH price from your terminal in USD or other cryptocurrency symbols",
"license": "MIT",
"repository": "brh55/eth-price",
"author": {
"name": "brh55",
"email": "brandonhim@live.com",
"url": "github.com/brh55/eth-price"
},
"repository": "crypti/eth-price",
"contributors": [
{
"name": "Brandon Him",
"email": "brandonhim@live.com",
"url": "github.com/brh55"
},
{
"name": "Michael Wuergler",
"email": "senjudev@gmail.com",
"url": "github.com/radiovisual"
}
],
"bin": "cli.js",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit b37027f

Please sign in to comment.