-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 916 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
39
40
41
{
"name": "gulp-openapi-refs",
"version": "2.0.0",
"description": "Gulp plugin to resolve $ref elements in JSON",
"homepage": "https://github.com/lukoerfer/gulp-openapi-refs",
"repository": {
"type": "git",
"url": "https://github.com/lukoerfer/gulp-openapi-refs.git"
},
"bugs": {
"url": "https://github.com/lukoerfer/gulp-openapi-refs/issues"
},
"main": "index.js",
"scripts": {
"check": "standard",
"fix": "standard --fix"
},
"keywords": [
"gulpplugin",
"gulp-plugin",
"gulp",
"json",
"refs",
"openapi"
],
"author": {
"name": "Lukas Körfer",
"email": "[email protected]",
"url": "http://www.lukaskoerfer.de"
},
"license": "MIT",
"dependencies": {
"js-yaml": "^3.13.1",
"json-refs": "^3.0.13",
"plugin-error": "^1.0.1",
"through2": "^3.0.1"
},
"devDependencies": {
"standard": "^14.1.0"
}
}