Skip to content

Commit

Permalink
Added TypeDoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Aug 30, 2015
1 parent 4ebd33d commit c559581
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions package.json
Expand Up @@ -44,25 +44,26 @@
"chai-fuzzy": "^1.5.0",
"codeclimate-test-reporter": "~0.0.4",
"coveralls": "^2.11.2",
"minimist": "^1.1.1",
"semver": "^4.3.6",
"gulp": "^3.9.0",
"del": "^1.2.0",
"require-dir": "~0.3.0",
"run-sequence": "^1.1.0",
"gulp-typescript": "^2.7.6",
"gulp-sourcemaps": "^1.5.2",
"gulp-plumber": "^1.0.1",
"gulp-mocha": "^2.1.1",
"gulp-util": "^3.0.5",
"gulp": "^3.9.0",
"gulp-bump": "~0.3.1",
"gulp-git": "^1.2.4",
"gulp-istanbul": "~0.10.0",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.1",
"gulp-replace": "~0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-typescript": "^2.7.6",
"gulp-util": "^3.0.5",
"istanbul": "~0.3.13",
"jshint": "^2.7.0",
"minimist": "^1.1.1",
"mocha": "^2.2.4",
"require-dir": "~0.3.0",
"run-sequence": "^1.1.0",
"semver": "^4.3.6",
"tick": "~0.1.1",
"typedoc": "^0.3.8",
"typescript": "^1.5.0-beta",
"underscore": "^1.8.3"
},
Expand Down

0 comments on commit c559581

Please sign in to comment.