Add documentation
Showing
docs/Client.html
0 → 100644
docs/Matches.html
0 → 100644
docs/Matches_.html
0 → 100644
docs/Participants.html
0 → 100644
docs/Tournaments.html
0 → 100644
docs/api_client.js.html
0 → 100644
docs/api_matches.js.html
0 → 100644
docs/api_tournaments.js.html
0 → 100644
docs/challonge.js.html
0 → 100644
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
docs/global.html
0 → 100644
docs/index.html
0 → 100644
docs/module-Util.html
0 → 100644
docs/scripts/linenumber.js
0 → 100644
docs/styles/jsdoc.css
0 → 100644
docs/styles/prettify.css
0 → 100644
docs/util.js.html
0 → 100644
| ... | ... | @@ -29,25 +29,25 @@ |
| ], | ||
| "dependencies": {}, | ||
| "devDependencies": { | ||
| "docdash": "^0.4.0", | ||
| "istanbul": "^0.4.5", | ||
| "jasmine": "^2.5.3", | ||
| "jsdoc": "^3.4.3", | ||
| "jsfmt": "^0.5.3", | ||
| "jshint": "^2.9.4", | ||
| "mockery": "^2.0.0" | ||
| }, | ||
| "scripts": { | ||
| "test": "./node_modules/jasmine/bin/jasmine.js", | ||
| "coverage": "node ./node_modules/istanbul/lib/cli.js cover --include-all-sources ./node_modules/jasmine/bin/jasmine.js -x '**/spec/**' -x '**/key.js'", | ||
| "coverage": "node ./node_modules/istanbul/lib/cli.js cover --include-all-sources ./node_modules/jasmine/bin/jasmine.js -x '**/spec/**' -x '**/key.js' -x '**/docs/**'", | ||
| "format-lib": "./node_modules/jsfmt/bin/jsfmt -w ./lib ./*.js", | ||
| "format-spec": "./node_modules/jsfmt/bin/jsfmt -w ./spec", | ||
| "format": "npm run-script format-lib && npm run-script format-spec", | ||
| "lint-lib": "./node_modules/jshint/bin/jshint ./lib", | ||
| "lint-spec": "./node_modules/jshint/bin/jshint ./spec", | ||
| "lint": "npm run-script lint-lib && npm run-script lint-spec", | ||
| "integrate": "npm run-script test && npm run-script format && npm run-script lint" | ||
| "integrate": "npm run-script test && npm run-script format && npm run-script lint", | ||
| "docs": "./node_modules/.bin/jsdoc -r ./lib -d ./docs --readme README.md -t ./node_modules/docdash" | ||
| }, | ||
| "engine": "node >= 6.0.x" | ||
| } |
Please register or sign in to comment