UNPKG

jsduck

Version:

A JavaScript wrapper for jsduck

34 lines (33 loc) 738 B
{ "name": "jsduck", "version": "1.1.2", "description": "A JavaScript wrapper for jsduck", "homepage": "https://github.com/rwhogg/jsduck", "bugs": "https://github.com/rwhogg/jsduck/issues", "main": "jsduck.js", "scripts": { "test": "node test.js", "prepublish": "npm run-script lint && npm test", "lint": "jscs jsduck.js" }, "repository": { "type": "git", "url": "git@github.com/rwhogg/jsduck" }, "keywords": [ "jsduck", "documentation", "wrapper" ], "author": "Bob W. Hogg", "license": "Apache-2.0", "dependencies": { "spawn-sync": "^1.0.13", "underscore": "^1.8.3", "which": "^1.2.0", "yajscf": "^1.0.3" }, "devDependencies": { "jscs": "^3.0.7" } }