forked from svmk/swagger-i18n-extension
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 876 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
{
"name": "swagger-i18n-extension",
"version": "1.2.0",
"description": "Extension for swagger that allows build swagger file for specified language.",
"bin": {
"swagger-i18n-extension": "bin/swagger-i18n-extension"
},
"main": "index",
"files": [
"index.js",
"bin/swagger-i18n-extension"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svmk/swagger-i18n-extension.git"
},
"keywords": [
"swagger",
"i18n"
],
"author": "Mikhail Svetov",
"license": "MIT",
"bugs": {
"url": "https://github.com/svmk/swagger-i18n-extension/issues"
},
"homepage": "https://github.com/svmk/swagger-i18n-extension#readme",
"dependencies": {
"deep-for-each": "3.0",
"iso-639-2": "2.0",
"yaml": "1.10",
"yargs": "16.0"
}
}