forked from leonardoquevedox/swagger-es6
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 937 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
{
"name": "swagger-es6",
"version": "1.0.0",
"description": "Swagger.json to ES6 Client Generator",
"main": "index.js",
"scripts": {
"gen:api": "node example/create_api/index.js",
"gen:yaml": "node example/create_yaml/index.js",
"gen:md": "node example/create_md/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vranahub/swagger-es6.git"
},
"keywords": [
"swagger",
"js",
"vue",
"codegen"
],
"author": "vranahub",
"license": "MIT",
"bugs": {
"url": "https://github.com/vranahub/swagger-es6/issues"
},
"homepage": "https://github.com/vranahub/swagger-es6#readme",
"dependencies": {
"handlebars": "^4.0.6",
"js-beautify": "^1.6.12",
"lodash": "^4.17.4"
},
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1"
}
}