forked from strongloop/loopback-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 949 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.2.1",
"description": "Integration between LoopBack and Swagger API specs",
"engines": {
"node": ">=4"
},
"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": "^3.5.0",
"eslint": "^3.12.2",
"eslint-config-loopback": "^8.0.0",
"loopback": "^3.0.0",
"mocha": "^3.2.0"
},
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"debug": "^2.4.5",
"ejs": "^2.5.5",
"lodash": "^4.17.2",
"strong-globalize": "^3.1.0"
}
}