зеркало из https://github.com/Azure/sway.git
85 строки
2.1 KiB
JSON
85 строки
2.1 KiB
JSON
{
|
|
"name": "yasway",
|
|
"version": "1.8.5",
|
|
"description": "A library that simplifies Swagger integrations.",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "gulp"
|
|
},
|
|
"keywords": [
|
|
"api",
|
|
"openapi",
|
|
"swagger"
|
|
],
|
|
"author": {
|
|
"name": "Microsoft Corporation",
|
|
"email": "azsdkteam@microsoft.com",
|
|
"url": "https://github.com/Azure/sway"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Azure/sway/issues"
|
|
},
|
|
"homepage": "https://github.com/Azure/sway",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Azure/sway.git"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"lib",
|
|
"LICENSE"
|
|
],
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babelify": "^8.0.0",
|
|
"brfs": "^1.4.3",
|
|
"browserify": "^16.0.0",
|
|
"connect": "^3.6.6",
|
|
"del": "^3.0.0",
|
|
"exposify": "^0.5.0",
|
|
"glob": "^7.1.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-eslint": "^4.0.0",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-istanbul": "^1.1.2",
|
|
"gulp-jsdoc-to-markdown": "^1.2.2",
|
|
"gulp-load-plugins": "^1.5.0",
|
|
"gulp-mocha": "^6.0.0",
|
|
"gulp-nsp": "^3.0.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-uglify": "^3.0.1",
|
|
"karma": "^2.0.5",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-mocha-reporter": "^2.2.4",
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
"mocha": "^4.0.1",
|
|
"natives": "^1.1.6",
|
|
"phantomjs-prebuilt": "^2.1.15",
|
|
"run-sequence": "^2.2.0",
|
|
"through2": "^2.0.3",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@ts-common/json": "^0.3.0",
|
|
"@ts-common/string-map": "^0.3.0",
|
|
"@ts-common/z-schema": "^4.1.2",
|
|
"debug": "^4.1.1",
|
|
"faker": "^4.1.0",
|
|
"js-base64": "^2.5.1",
|
|
"js-yaml": "^3.13.1",
|
|
"json-refs": "^3.0.13",
|
|
"json-schema-faker": "^0.5.0-rc16",
|
|
"lodash": "^4.17.11",
|
|
"native-promise-only": "^0.8.1",
|
|
"path-to-regexp": "^1.7.0",
|
|
"swagger-methods": "^1.0.8",
|
|
"swagger-schema-official": "2.0.0-bab6bed"
|
|
}
|
|
}
|