-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 829 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
42
43
{
"name": "swagger-ui-koa",
"version": "0.0.1",
"description": "Swagger UI Koa",
"main": "./lib/index.js",
"files": [
"static",
"package.json",
"index.js",
"indexTemplate.html"
],
"scripts": {
"test": "echo 1"
},
"keywords": [
"swagger",
"koa",
"ui",
"json",
"documentation"
],
"private": false,
"engines": {
"node": ">= v0.10.32"
},
"devDependencies": {
"koa-static": "^3.0.0"
},
"author": {
"name": "Darmikon",
"email": "hellfrom@mail.ru"
},
"repository": {
"type": "git",
"url": "git@github.com:Darmikon/swagger-ui-koa.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/scottie1984/swagger-ui-koa/issues"
},
"homepage": "https://github.com/Darmikon/swagger-ui-koa"
}