forked from apigee-127/swagger-test-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.32 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "swagger-test-templates",
"version": "1.1.0",
"description": "Generate test code from a Swagger spec",
"main": "index.js",
"scripts": {
"test": "node mocha.js",
"pretest": "npm install && node pretest.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/apigee-127/swagger-test-templates.git"
},
"keywords": [
"Swagger",
"API",
"Test"
],
"[email protected]": [
{
"name": "Mohsen Azimi",
"email": "[email protected]",
"url": "http://azimi.me"
},
{
"name": "Linjie Peng",
"email": "[email protected]"
},
{
"name": "Noah Dietz",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/apigee-127/swagger-test-templates/issues"
},
"homepage": "https://github.com/apigee-127/swagger-test-templates#readme",
"devDependencies": {
"chai": "^3.0.0",
"dotenv": "^1.2.0",
"eslint": "^0.24.0",
"js-yaml": "^3.3.1",
"mocha": "^2.2.5",
"mocha-eslint": "^0.1.7",
"ncp": "^2.0.0",
"rewire": "^2.3.4",
"walk": "^2.3.9",
"z-schema": "^3.12.0"
},
"dependencies": {
"handlebars": "^3.0.3",
"json-schema-deref-sync": "^0.3.1",
"lodash": "^3.10.0",
"sanitize-filename": "^1.3.0",
"string": "^3.3.0"
}
}