{ "name": "oav", "version": "0.3.1", "author": { "name": "Microsoft Corporation", "email": "azsdkteam@microsoft.com", "url": "https://github.com/azure/openapi-validaton-tools" }, "description": "Validate Azure REST API Specifications", "license": "MIT", "dependencies": { "azure-arm-resource": "^2.0.0-preview", "json-pointer": "^0.6.0", "js-yaml": "^3.8.2", "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" }, "devDependencies": { "jshint": "2.9.4", "mocha": "^3.2.0", "should": "5.2.0", "@types/mocha": "^2.2.40", "@types/should": "^8.1.30" }, "homepage": "https://github.com/azure/openapi-validaton-tools", "repository": { "type": "git", "url": "https://github.com/azure/openapi-validaton-tools.git" }, "bugs": { "url": "http://github.com/azure/openapi-validaton-tools/issues" }, "main": "./index.js", "bin": { "oav": "./cli.js" }, "scripts": { "jshint": "jshint index.js --reporter=jslint", "test": "npm -s run-script jshint && mocha -t 50000" } }