oav/package.json

38 строки
1023 B
JSON

{
"name": "openapi-validaton-tools",
"private": true,
"version": "0.1.0",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/azure/openapi-validator-tools"
},
"description": "Validate Azure REST API Specifications",
"license": "MIT",
"dependencies": {
"azure-arm-resource": "^1.6.1-preview",
"json-pointer": "^0.6.0",
"moment": "^2.14.1",
"ms-rest": "^1.15.3",
"ms-rest-azure": "^1.15.3",
"request": "^2.79.0",
"sway": "amarzavery/sway#validation",
"winston": "^2.3.0",
"yargs": "^6.6.0"
},
"homepage": "https://github.com/azure/openapi-validator-tools",
"repository": {
"type": "git",
"url": "https://github.com/azure/openapi-validator-tools.git"
},
"bugs": {
"url": "http://github.com/azure/openapi-validator-tools/issues"
},
"scripts": {
"pretest": "npm install -g mocha && npm install",
"test": "mocha"
},
"main": "./cli.js",
"bin": { "swag": "./cli.js" }
}