-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.47 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "baucis-swagger2",
"version": "0.3.8",
"description": "Generate customizable swagger version 2.0 definitions for your Baucis REST API.",
"homepage": "https://github.com/icinetic/baucis-swagger2",
"repository": {
"type": "git",
"url": "https://github.com/icinetic/baucis-swagger2.git"
},
"bugs": {
"url": "https://github.com/icinetic/baucis-swagger2/issues/new"
},
"main": "index.js",
"scripts": {
"pretest": "npm install",
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 5000 -R spec"
},
"author": {
"name": "Pedro J. Molina",
"email": "pjmolina@icinetic.com",
"url": "http://pjmolina.com/metalevel"
},
"contributors": [
{
"name": "William Riley-Land",
"email": "william@kun.io",
"url": "http://kun.io/wprl"
},
{
"name": "Robbie Trencheny",
"email": "me@robbiet.us",
"url": "http://robbie.io/"
}
],
"license": "MIT",
"dependencies": {
"deco": "~0.12.3"
},
"peerDependencies": {
"mongoose": ">=3 <5",
"baucis": "^1.3.1"
},
"devDependencies": {
"async": "~1.2.1",
"baucis": "^1.3.1",
"codeclimate-test-reporter": "0.0.4",
"expect.js": "~0.3.1",
"express": "~4.12.3",
"istanbul": "^0.3.13",
"mocha": "~2.2.4",
"mongoose": "^4.0.2",
"request": "~2.58.0"
},
"keywords": [
"baucis",
"REST",
"RESTful",
"API",
"plugin",
"swagger",
"swagger20",
"documentation"
]
}