UNPKG

documentation-schema

Version:
27 lines (26 loc) 666 B
{ "name": "documentation-schema", "version": "0.0.1", "description": "An abstract schema for JSDoc", "main": "index.js", "scripts": { "build": "documentation build index.js", "prepublish": "node prepublish.js", "test": "tap test.js" }, "repository": { "type": "git", "url": "git+https://github.com/documentationjs/api-json.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/documentationjs/api-json/issues" }, "homepage": "https://github.com/documentationjs/api-json#readme", "devDependencies": { "documentation": "4.0.0-beta5", "json-schema": "^0.2.2", "tap": "^5.7.0" } }