Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Nakata authored and Erik Nakata committed Apr 22, 2017
1 parent 38aed50 commit 06137f1
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@
"scripts": {
"test": "nyc --reporter=lcov mocha --timeout 10000 test/*.js",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
"prepublish": "npm run compile",
"dev": "mocha --timeout 10000 --require babel-core/register --require dotenv/config"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/e-nakata/advcash.git"
"url": "https://github.com/eriknakata/advcash"
},
"keywords": [],
"author": "Erik Nakata",
"keywords": ["advcash", "bitcoin", "cryptocurrency"],
"author": "Erik Nakata <[email protected]>",
"license": "ISC",
"homepage": "https://bitbucket.org/e-nakata/advcash#readme",
"homepage": "https://github.com/eriknakata/advcash#readme",
"dependencies": {
"moment-timezone": "^0.5.13",
"sha.js": "^2.4.8",
"soap-as-promised": "^1.19.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-istanbul": "^4.1.1",
Expand All @@ -28,11 +34,6 @@
"nodemon": "^1.11.0",
"nyc": "^10.2.0"
},
"dependencies": {
"moment-timezone": "^0.5.13",
"sha.js": "^2.4.8",
"soap-as-promised": "^1.19.0"
},
"engines": {
"node": ">=6.10.2"
},
Expand All @@ -42,5 +43,18 @@
"require": [
"babel-register"
]
},
"contributors": [
{
"email": "[email protected]",
"name": "Leonardo Cadastro"
},
{
"name": "Erik Nakata",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/eriknakata/advcash/issues"
}
}
}

0 comments on commit 06137f1

Please sign in to comment.