UNPKG

doca

Version:

A CLI tool that scaffolds API documentation based on JSON HyperSchemas.

54 lines (53 loc) 1.27 kB
{ "name": "doca", "version": "0.4.0", "description": "A CLI tool that scaffolds API documentation based on JSON HyperSchemas.", "main": "./lib/main.js", "bin": { "doca": "./lib/main.js" }, "scripts": { "test": "mocha \"test/**/*.js\"", "lint": "eslint lib || test || true" }, "repository": { "type": "git", "url": "git+https://github.com/cloudflare/doca.git" }, "keywords": [ "doca", "API", "documentation", "json", "schema", "hyperschema", "cloudflare" ], "author": "Vojtech Miksu <vojtech@miksu.cz>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/cloudflare/doca/issues" }, "homepage": "https://github.com/cloudflare/doca#readme", "dependencies": { "chalk": "^1.1.3", "commander": "^2.9.0", "glob": "^7.0.5", "mkdirp": "^0.5.1", "ncp": "^2.0.0", "replace": "^0.3.0", "update-notifier": "^1.0.2" }, "devDependencies": { "chai": "^3.5.0", "eslint": "^3.13.1", "eslint-config-airbnb": "^14.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^3.0.2", "eslint-plugin-react": "^6.9.0", "mocha": "^3.2.0", "mock-fs": "^3.11.0", "sinon": "^1.17.4", "sinon-chai": "^2.8.0" } }