Skip to content

Commit

Permalink
Adding references to external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller committed Jun 9, 2015
1 parent c99b300 commit 535b66d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions external.jsdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/**
* JSDoc parser
* @external module:doctrine
* @global
* @see https://www.npmjs.com/package/doctrine
* @license BSD
*/

/**
* YAML 1.2 parser and serializer
* @external module:js-yaml
* @global
* @see https://www.npmjs.com/package/js-yaml
* @license MIT
*/

/**
* Various tools for using and integrating with Swagger.
* @external module:swagger-tools
* @global
* @see https://www.npmjs.com/package/swagger-tools
* @license MIT
*/

0 comments on commit 535b66d

Please sign in to comment.