forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 964 Bytes
/
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
{
"name": "azure-rest-specs-tests",
"private": true,
"author": {
"name": "Microsoft Corporation",
"email": "[email protected]",
"url": "https://github.com/azure/azure-rest-api-specs"
},
"version": "0.1.0",
"description": "Tests for Azure REST API Specifications",
"engines": {
"node": ">= 0.8.26"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE"
}
],
"dependencies": {
"glob": "^5.0.14",
"lodash": "^3.10.1",
"request": "^2.61.0",
"z-schema": "^3.16.1"
},
"devDependencies": {},
"homepage": "https://github.com/azure/azure-rest-api-specs",
"repository": {
"type": "git",
"url": "[email protected]:azure/azure-rest-api-specs.git"
},
"bugs": {
"url": "http://github.com/azure/azure-rest-api-specs/issues"
},
"scripts": {
"pretest": "npm install -g mocha && npm install",
"test": "mocha"
}
}