-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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
{
"name": "swagger-combined",
"version": "1.5.1",
"description": "Combines Swagger documents",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thanhson1085/swagger-combined.git"
},
"dependencies": {
"config": "^1.15.0",
"express": "^4.13.3",
"http-proxy": "^1.11.1",
"q": "^1.4.1",
"request": "^2.60.0",
"swagger-ui": "^3.24.3"
},
"devDependencies": {},
"bin": {
"swagger-combined": "run.js"
},
"scripts": {
"test": "echo \"Not yet ready for test\" && exit 0"
},
"keywords": [
"swagger",
"swagger-ui",
"microservices"
],
"author": {
"name": "Nguyen Sy Thanh Son",
"email": "thanhson1085@gmail.com",
"url": "https://sonnguyen.ws"
},
"license": "MIT",
"gitHead": "39d7e324dad2f540f569aaab2188767bae08f50f",
"bugs": {
"url": "https://github.com/thanhson1085/swagger-combined/issues"
},
"homepage": "https://github.com/thanhson1085/swagger-combined#readme",
"dist": {
"shasum": "54829d56373b9655fa31cbc3f979be18962c6b37",
"tarball": "http://registry.npmjs.org/swagger-combined/-/swagger-combined-1.2.0.tgz"
},
"maintainers": [
{
"name": "thanhson1085",
"email": "thanhson1085@gmail.com"
}
],
"directories": {}
}