bootprint-swagger
Version:
Converts a openapi-definition into a static html page
71 lines (70 loc) • 1.89 kB
JSON
{
"name": "bootprint-swagger",
"version": "1.0.1",
"description": "Converts a openapi-definition into a static html page",
"main": "index.js",
"preferGlobal": true,
"author": "Nils Knappmeier",
"license": "MIT",
"scripts": {
"preformat": "standard --version || npm -g install standard",
"format": "standard --fix",
"pretest": "standard --version || npm -g install standard",
"test": "mocha --recursive && standard",
"thought": "thought run -a",
"prethoughtcheck": "thought --version || npm -g install thought",
"thoughtcheck": "thought check-engines",
"version": "thoughtful changelog -o -a && npm run thought",
"preversion": "npm run thoughtcheck"
},
"dependencies": {
"bootprint-json-schema": "^1.0.0",
"highlight.js": "^8.9.1",
"json-stable-stringify": "^1.0.1",
"lodash": "^3.9.3",
"m-io": "^0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/bootprint/bootprint-openapi"
},
"bugs": {
"url": "https://github.com/bootprint/bootprint-openapi/issues"
},
"homepage": "https://github.com/bootprint/bootprint-openapi",
"peerDependencies": {
"bootprint": "^1.0.0"
},
"devDependencies": {
"bootprint": "^1.0.0",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"cheerio": "^0.19.0",
"customize": "^0.6.0",
"customize-engine-handlebars": "^0.5.2",
"deep-aplus": "^1.0.4",
"find-package": "^1.0.0",
"ghooks": "^1.0.3",
"mocha": "^2.3.3",
"multilang-apidocs": "^0.2.1",
"q": "^1.4.1",
"thoughtful-release": "^0.3.1",
"trace-and-clarify-if-possible": "^1.0.0"
},
"keywords": [
"openapi-to-html",
"swagger-to-html",
"swagger"
],
"config": {
"ghooks": {
"pre-push": "standard && thoughtful precommit"
}
},
"files": [
"index.js",
"handlebars",
"less",
"lib"
]
}