2016-11-09 03:38:30 +03:00
|
|
|
{
|
2017-03-16 06:19:14 +03:00
|
|
|
"name": "oav",
|
2017-04-19 05:02:41 +03:00
|
|
|
"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": {
|
2017-04-07 03:09:14 +03:00
|
|
|
"azure-arm-resource": "^2.0.0-preview",
|
2017-01-26 09:26:26 +03:00
|
|
|
"json-pointer": "^0.6.0",
|
2017-03-05 01:37:06 +03:00
|
|
|
"js-yaml": "^3.8.2",
|
2016-11-19 09:49:15 +03:00
|
|
|
"moment": "^2.14.1",
|
2017-04-14 23:45:07 +03:00
|
|
|
"ms-rest": "^2.1.0",
|
|
|
|
"ms-rest-azure": "^2.1.1",
|
2017-01-17 09:14:02 +03:00
|
|
|
"request": "^2.79.0",
|
2017-02-02 07:46:56 +03:00
|
|
|
"sway": "amarzavery/sway#validation",
|
2017-01-17 09:14:02 +03:00
|
|
|
"winston": "^2.3.0",
|
2017-04-11 08:32:48 +03:00
|
|
|
"yargs": "^6.6.0",
|
|
|
|
"glob": "^5.0.14"
|
2016-11-09 03:38:30 +03:00
|
|
|
},
|
2017-04-13 06:54:39 +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
|
|
|
},
|
2017-02-05 05:19:24 +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
|
|
|
}
|