forked from postmanlabs/swagger2-postman2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "swagger2-postman2-converter",
"version": "0.0.3",
"description": "BETA - A module to convert swagger 2.0 JSONs to Postman Collection Format v2",
"main": "index.js",
"scripts": {
"test": "scripts/test.sh",
"test-lint": "scripts/test-lint.sh",
"test-unit": "scripts/test-unit.sh"
},
"dependencies": {
"js-yaml": "3.10.0",
"json-schema-faker": "0.4.7",
"lodash": "4.17.5",
"node-uuid": "^1.4.3",
"postman-collection": "^3.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/postmanlabs/swagger2-postman2.git"
},
"keywords": [
"swagger",
"postman",
"newman"
],
"author": "Postman Labs <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/postmanlabs/swagger2-postman2/issues"
},
"homepage": "https://github.com/postmanlabs/swagger2-postman2",
"devDependencies": {
"chai": "4.1.2",
"colors": "1.1.2",
"eslint": "3.4.0",
"eslint-plugin-security": "^1.4.0",
"istanbul": "0.4.5",
"mocha": "3.0.2",
"nsp": "3.1.0"
},
"com_postman_plugin": {
"type": "importer",
"name": "Swagger 2.0 to Postman",
"source_format": "SWAGGER2.0",
"source_format_name": "Swagger 2.0"
}
}