You need to sign in or sign up before continuing.
add contributors and repository info to package. Update readme
Showing
| ... | @@ -4,6 +4,25 @@ | ... | @@ -4,6 +4,25 @@ |
| "author": "Aaron Tiwell <aaron.tidwell@gmail.com>", | "author": "Aaron Tiwell <aaron.tidwell@gmail.com>", | ||
| "main": "./lib/challonge.js", | "main": "./lib/challonge.js", | ||
| "version": "1.0.0", | "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": { | "dependencies": { | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
test/full.js
0 → 100644
Please register or sign in to comment