main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "swagger-ui-express",
|
---|
3 | "version": "5.0.0",
|
---|
4 | "description": "Swagger UI Express",
|
---|
5 | "main": "./index.js",
|
---|
6 | "files": [
|
---|
7 | "package.json",
|
---|
8 | "index.js",
|
---|
9 | "indexTemplate.html.tpl",
|
---|
10 | "swagger-ui-init.js.tpl",
|
---|
11 | "LICENSE"
|
---|
12 | ],
|
---|
13 | "scripts": {
|
---|
14 | "test": "./node_modules/.bin/mocha test/*.spec.js",
|
---|
15 | "coverage:report": "nyc ./node_modules/.bin/mocha test/* || exit 0",
|
---|
16 | "coverage:badge": "npm run coverage:report && istanbul-badges-readme --coverageDir='./coverage'",
|
---|
17 | "test-app": "node ./test/testapp/run.js "
|
---|
18 | },
|
---|
19 | "keywords": [
|
---|
20 | "swagger",
|
---|
21 | "express",
|
---|
22 | "ui",
|
---|
23 | "json",
|
---|
24 | "documentation"
|
---|
25 | ],
|
---|
26 | "private": false,
|
---|
27 | "engines": {
|
---|
28 | "node": ">= v0.10.32"
|
---|
29 | },
|
---|
30 | "devDependencies": {
|
---|
31 | "es6-shim": "0.35.2",
|
---|
32 | "express": "^4.18.2",
|
---|
33 | "istanbul-badges-readme": "^1.2.0",
|
---|
34 | "mocha": "^10.2.0",
|
---|
35 | "nyc": "^15.1.0",
|
---|
36 | "puppeteer": "5.3.1"
|
---|
37 | },
|
---|
38 | "author": {
|
---|
39 | "name": "Stephen Scott",
|
---|
40 | "email": "scottie1984@gmail.com"
|
---|
41 | },
|
---|
42 | "repository": {
|
---|
43 | "type": "git",
|
---|
44 | "url": "git@github.com:scottie1984/swagger-ui-express.git"
|
---|
45 | },
|
---|
46 | "license": "MIT",
|
---|
47 | "readmeFilename": "README.md",
|
---|
48 | "bugs": {
|
---|
49 | "url": "https://github.com/scottie1984/swagger-ui-express/issues"
|
---|
50 | },
|
---|
51 | "homepage": "https://github.com/scottie1984/swagger-ui-express",
|
---|
52 | "dependencies": {
|
---|
53 | "swagger-ui-dist": ">=5.0.0"
|
---|
54 | },
|
---|
55 | "peerDependencies": {
|
---|
56 | "express": ">=4.0.0 || >=5.0.0-beta"
|
---|
57 | }
|
---|
58 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.