add contributors and repository info to package. Update readme
Showing
| ... | ... | @@ -4,6 +4,25 @@ |
| "author": "Aaron Tiwell <aaron.tidwell@gmail.com>", | ||
| "main": "./lib/challonge.js", | ||
| "version": "1.0.0", | ||
| "contributors": [ | ||
| { | ||
| "name": "Ricardo Reis", | ||
| "email": "ricardojoaoreis@gmail.com" | ||
| }, | ||
| { | ||
| "name": "Jonas Vanen", | ||
| "email": "jonas.vanen@gmail.com" | ||
| } | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/Tidwell/node-challonge" | ||
| }, | ||
| "keywords": [ | ||
| "challonge", | ||
| "api-wrapper", | ||
| "wrapper" | ||
| ], | ||
| "dependencies": { | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
test/full.js
0 → 100644
Please register or sign in to comment