-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
{
"name": "open-api-test-generator",
"version": "0.1.4",
"description": "Generate mockdata and tests based on an OpenApi specification (fka Swagger Specification)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Remco75/openapi-test-generator.git"
},
"bugs": {
"url": "https://github.com/Remco75/openapi-test-generator/issues"
},
"scripts": {
"test": "node node_modules/jasmine/bin/jasmine"
},
"homepage": "https://github.com/Remco75/openapi-test-generator#readme",
"dependencies": {
"asyncawait": "^1.0.6",
"json-schema-deref-sync": "^0.3.2",
"json-schema-test-data-generator": "^0.1.1",
"mkdirp": "^0.5.1",
"swagger-schema-official": "^2.0.0-bab6bed",
"swagger-test-templates": "1.3.0",
"swagmock": "https://github.com/Remco75/swagmock",
"z-schema": "^3.18.0"
},
"devDependencies": {
"chai": "^3.5.0",
"file-exists": "^2.0.0",
"jasmine": "^2.5.2",
"request": "^2.75.0",
"rimraf": "^2.5.4"
},
"main": "src/index.js",
"keywords": [
"Swagger",
"OpenApi",
"specification",
"test",
"generator",
"mock",
"ngApiMock"
],
"author": {
"name": "Remco Vlierman",
"email": "rcvlierman@gmail.com"
},
"license": "MIT"
}