UNPKG

vue-openapi

Version:

Display API documentation that follow the OpenAPI 3.0 Specification

65 lines (64 loc) 1.77 kB
{ "name": "vue-openapi", "version": "0.10.0", "description": "Display API documentation that follow the OpenAPI 3.0 Specification", "keywords": [ "vue", "material", "openapi", "api", "documentation", "swagger" ], "author": { "name": "Koumoul", "email": "support@koumoul.com", "url": "https://koumoul.com/" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/koumoul-dev/vue-openapi.git" }, "main": "src/OpenApi.vue", "scripts": { "dev": "cross-env NODE_ENV=development webpack --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "json-formatter-js": "^2.2.0", "json-schema-ref-parser": "^5.0.3", "json-schema-view-js": "^1.0.1", "json-stringify-pretty-compact": "^1.2.0", "marked": "^0.3.19", "vue-material": "^0.8.1", "vue-resource": "^1.5.1" }, "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.8", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-2": "^6.18.0", "browser-sync": "^2.24.5", "cross-env": "^5.2.0", "css-loader": "^0.26.0", "eslint": "^3.11.0", "eslint-config-standard": "^6.2.1", "eslint-friendly-formatter": "^2.0.6", "eslint-loader": "^1.6.1", "eslint-plugin-html": "^1.7.0", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^2.0.1", "file-loader": "^0.9.0", "json-loader": "^0.5.4", "style-loader": "^0.13.1", "url-loader": "^0.5.7", "vue": "^2.5.16", "vue-loader": "^11.1.4", "vue-style-loader": "^1.0.0", "vue-template-compiler": "^2.5.16", "webpack": "^2.2.0" } }