forked from Redocly/create-openapi-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.29 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
{
"name": "generator-openapi-repo",
"version": "1.0.1",
"description": "Yeoman generator for OpenAPI(fka Swagger) repo to help you share spec for your API",
"author": {
"name": "Roman Hotsiy",
"email": "[email protected]"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"Swagger",
"OpenAPI",
"ReDoc",
"SwaggerUI",
"yeoman-generator"
],
"dependencies": {
"chalk": "^2.3.1",
"git-url-parse": "^8.1.0",
"lodash": "^4.17.5",
"node-yaml": "^3.1.1",
"openapi-template": "0.0.1",
"resolve-git-remote": "^0.2.0",
"slugify": "^1.2.9",
"swagger-repo": "^1.5.0",
"update-notifier": "^2.3.0",
"yeoman-generator": "^0.24.1",
"yosay": "^2.0.1"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-config-xo-space": "^0.18.0",
"gulp": "^3.9.0",
"gulp-eslint": "^4.0.2",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-istanbul": "^1.1.3",
"gulp-line-ending-corrector": "^1.0.2",
"gulp-nsp": "^3.0.1",
"gulp-plumber": "^1.2.0",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0"
},
"eslintConfig": {
"extends": "xo-space"
},
"repository": "Rebilly/generator-openapi-repo",
"scripts": {
"prepublish": "gulp prepublish"
},
"license": "MIT"
}