forked from Azure/oav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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"
}
}