forked from strongloop/loopback-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 950 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
44
{
"name": "loopback-swagger",
"version": "5.7.2",
"description": "Integration between LoopBack and Swagger API specs",
"engines": {
"node": ">=6"
},
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint .",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-swagger.git"
},
"keywords": [
"StrongLoop Labs",
"loopback",
"api",
"swagger"
],
"author": "Raymond Feng",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/strongloop/loopback-swagger/issues"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.1.0",
"eslint-config-loopback": "^11.0.0",
"loopback": "^3.0.0",
"mocha": "^5.2.0"
},
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"debug": "^3.1.0",
"ejs": "^2.5.5",
"lodash": "^4.17.11",
"strong-globalize": "^4.1.1"
}
}