Skip to content

Commit

Permalink
chore(package.json): added correct meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Briglia committed May 7, 2015
1 parent d47bf3d commit 768181e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,20 @@
"gulp-mocha": "^2.0.1",
"mocha": "^2.2.4",
"mocha-sinon": "^1.1.4"
}
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/vincentbriglia/node-emerchantpay.git"
},
"keywords": [
"emerchantpay"
],
"bugs": {
"url": "https://github.com/vincentbriglia/node-emerchantpay/issues"
},
"homepage": "https://github.com/vincentbriglia/node-emerchantpay"
}

0 comments on commit 768181e

Please sign in to comment.