oav/package.json

58 строки
1.5 KiB
JSON
Исходник Обычный вид История

2016-11-09 03:38:30 +03:00
{
2017-03-16 06:19:14 +03:00
"name": "oav",
"version": "0.4.37",
2016-11-09 03:38:30 +03:00
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/azure/oav"
2016-11-09 03:38:30 +03:00
},
"description": "Validate Azure REST API Specifications",
"license": "MIT",
"dependencies": {
"azure-arm-resource": "^2.0.0-preview",
2017-01-26 09:26:26 +03:00
"json-pointer": "^0.6.0",
"js-yaml": "^3.8.2",
2018-03-09 01:29:49 +03:00
"moment": "~2.21.0",
"ms-rest": "^2.3.0",
"ms-rest-azure": "^2.5.0",
"request": "^2.83.0",
"sway": "amarzavery/sway#validation",
"winston": "^2.3.0",
"yargs": "^6.6.0",
2017-04-28 18:57:44 +03:00
"glob": "^5.0.14",
"uuid": "^3.0.1",
"recursive-readdir": "^2.2.1",
"swagger-parser": "^3.4.1",
"swagger-tools": "^0.10.1",
2017-08-03 02:59:33 +03:00
"linq": "^3.0.8",
"jsonpath": "^0.2.11",
"vscode-jsonrpc": "^3.2.0",
"@microsoft.azure/autorest-extension-base": "^1.0.13",
2018-02-01 05:14:11 +03:00
"lodash": "^4.17.4",
2017-12-04 21:42:00 +03:00
"yuml2svg": "^3.1.0"
2016-11-09 03:38:30 +03:00
},
"devDependencies": {
"jshint": "2.9.4",
"mocha": "^4.1.0",
"should": "5.2.0",
"@types/mocha": "^2.2.46",
"@types/should": "^8.1.30"
},
"homepage": "https://github.com/azure/oav",
2016-11-09 03:38:30 +03:00
"repository": {
"type": "git",
"url": "https://github.com/azure/oav.git"
2016-11-09 03:38:30 +03:00
},
"bugs": {
"url": "http://github.com/azure/oav/issues"
2016-11-09 03:38:30 +03:00
},
"main": "./index.js",
2017-08-03 02:59:33 +03:00
"bin": {
"oav": "./cli.js"
},
2017-04-13 07:07:58 +03:00
"scripts": {
2018-01-27 03:54:11 +03:00
"jshint": "jshint lib --reporter=jslint",
"test": "npm -s run-script jshint && mocha -t 100000 --reporter min",
"start": "node ./lib/autorestPlugin/pluginHost.js"
2017-04-13 07:07:58 +03:00
}
}