Skip to content

Commit

Permalink
package info update
Browse files Browse the repository at this point in the history
  • Loading branch information
tafarij committed Aug 5, 2017
1 parent 11be1ab commit 21a90c0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@
"name": "transferto-client",
"version": "1.0.0",
"description": "A node.js wrapper around the Transfer-To API",
"homepage": "https://github.com/tafarij/transferto-client",
"repository": {
"type": "git",
"url": "https://github.com/tafarij/transferto-client"
},
"bugs": {
"url": "https://github.com/tafarij/transferto-client/issues"
},
"main": "index.js",
"scripts": {
"lint": "eslint --cache .",
"test": "tap test/*.test.js --coverage",
"test-dev": "tap test/*.test.js --cov --coverage-report=lcov"
},
"keywords": [
"TransferTo"
"TransferTo",
"topup"
],
"author": "Tafari Johnson <[email protected]> (http://tafarijohnson.com)",
"license": "MIT",
Expand Down

0 comments on commit 21a90c0

Please sign in to comment.