forked from strongloop/loopback-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 958 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
{
"name": "loopback-swagger",
"version": "2.4.3",
"description": "Integration between LoopBack and Swagger API specs",
"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.2.0",
"eslint": "^2.7.0",
"eslint-config-loopback": "^1.0.0",
"loopback": "^2.21.0",
"loopback-datasource-juggler": "^2.39.0",
"mocha": "^2.3.0"
},
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"debug": "^2.2.0",
"ejs": "^1.0.0",
"lodash": "^3.10.1",
"underscore.string": "~2.3.3"
}
}