oav/package.json

33 строки
863 B
JSON

{
"name": "openapi-validator-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": {
"async": "^2.1.2",
"glob": "^5.0.14",
"json-schema-ref-parser": "^3.1.2",
"lodash": "^3.10.1",
"moment": "^2.14.1",
"swagger-tools": "^0.10.1"
},
"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"
}
}