-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "exegesis-plugin-swagger-ui-express",
"version": "1.0.10",
"description": "Swagger UI as an exegesis plugin",
"main": "src/index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "grunt coverage",
"lint": "eslint .",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phil-mitchell/exegesis-plugin-swagger-ui-express.git"
},
"author": "Phil Mitchell",
"license": "MIT",
"bugs": {
"url": "https://github.com/phil-mitchell/exegesis-plugin-swagger-ui-express/issues"
},
"homepage": "https://github.com/phil-mitchell/exegesis-plugin-swagger-ui-express#readme",
"dependencies": {
"swagger-ui-express": "4.3.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"chai": "4.3.6",
"eslint": "8.8.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mocha": "10.0.3",
"exegesis-express": "4.0.0",
"express": "4.17.2",
"fs-extra": "10.0.0",
"grunt": "1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-env": "^1.0.1",
"grunt-express-server": "^0.5.4",
"grunt-istanbul": "^0.8.0",
"grunt-mkdir": "1.1.0",
"grunt-mocha-test": "^0.13.3",
"istanbul": "^0.4.5",
"mocha": "9.2.0",
"semantic-release": "19.0.2",
"spec-xunit-file": "0.0.1-3",
"superagent": "7.1.1"
}
}