Files
meteor/scripts/admin/jsdoc/package.json
David Glasser 3da4e611c9 Get JSDoc working again
- Upgrade to a newer (unreleased) version which supports
     function k({} = {}) {}
  and doesn't also crash

- Filter out boring warnings

- Don't use ES7 syntax that JSDoc doesn't support in one file that
  has JSDoc in it
2015-07-22 22:29:08 -07:00

12 lines
222 B
JSON

{
"name": "meteor-jsdoc",
"version": "0.0.0",
"description": "no warn",
"readme": "no warn",
"repository": "no warn",
"dependencies": {
"jsdoc": "jsdoc3/jsdoc#99fb8a00",
"canonical-json": "0.0.4"
}
}