oav/package.json

33 строки
863 B
JSON
Исходник Обычный вид История

2016-11-09 03:38:30 +03:00
{
"name": "openapi-validator-tools",
"private": true,
2016-11-19 09:49:15 +03:00
"version": "0.1.0",
2016-11-09 03:38:30 +03:00
"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": {
2016-11-22 08:26:02 +03:00
"async": "^2.1.2",
2016-11-09 03:38:30 +03:00
"glob": "^5.0.14",
"json-schema-ref-parser": "^3.1.2",
"lodash": "^3.10.1",
2016-11-19 09:49:15 +03:00
"moment": "^2.14.1",
"swagger-tools": "^0.10.1"
2016-11-09 03:38:30 +03:00
},
"homepage": "https://github.com/azure/openapi-validator-tools",
"repository": {
"type": "git",
2016-11-19 09:49:15 +03:00
"url": "https://github.com/azure/openapi-validator-tools.git"
2016-11-09 03:38:30 +03:00
},
"bugs": {
"url": "http://github.com/azure/openapi-validator-tools/issues"
},
"scripts": {
"pretest": "npm install -g mocha && npm install",
"test": "mocha"
}
}