oav/package.json

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

2016-11-09 03:38:30 +03:00
{
2017-03-16 06:19:14 +03:00
"name": "oav",
"version": "0.3.1",
2016-11-09 03:38:30 +03:00
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
2017-04-04 04:29:57 +03:00
"url": "https://github.com/azure/openapi-validaton-tools"
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",
2016-11-19 09:49:15 +03:00
"moment": "^2.14.1",
"ms-rest": "^2.1.0",
"ms-rest-azure": "^2.1.1",
"request": "^2.79.0",
"sway": "amarzavery/sway#validation",
"winston": "^2.3.0",
"yargs": "^6.6.0",
"glob": "^5.0.14"
2016-11-09 03:38:30 +03:00
},
"devDependencies": {
"jshint": "2.9.4",
"mocha": "^3.2.0",
"should": "5.2.0",
"@types/mocha": "^2.2.40",
"@types/should": "^8.1.30"
},
2017-04-04 04:29:57 +03:00
"homepage": "https://github.com/azure/openapi-validaton-tools",
2016-11-09 03:38:30 +03:00
"repository": {
"type": "git",
2017-04-04 04:29:57 +03:00
"url": "https://github.com/azure/openapi-validaton-tools.git"
2016-11-09 03:38:30 +03:00
},
"bugs": {
2017-04-04 04:29:57 +03:00
"url": "http://github.com/azure/openapi-validaton-tools/issues"
2016-11-09 03:38:30 +03:00
},
"main": "./index.js",
2017-04-13 07:07:58 +03:00
"bin": { "oav": "./cli.js" },
"scripts": {
2017-04-18 22:29:25 +03:00
"jshint": "jshint index.js --reporter=jslint",
"test": "npm -s run-script jshint && mocha -t 50000"
2017-04-13 07:07:58 +03:00
}
2016-11-09 03:38:30 +03:00
}