forked from travis4all/baucis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
118 lines (118 loc) · 2.51 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "baucis",
"author": {
"name": "William Riley-Land",
"email": "[email protected]",
"url": "http://kun.io"
},
"homepage": "https://github.com/wprl/baucis",
"version": "2.0.3",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --bail",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/wprl/baucis.git"
},
"bugs": {
"url": "https://github.com/wprl/baucis/issues/new",
"email": "[email protected]"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"license": "MIT",
"description": "Build scalable REST APIs using the open source tools and standards you already know.",
"keywords": [
"REST",
"RESTful",
"API",
"express",
"mongoose",
"schema",
"schemata",
"model",
"mde",
"mongo",
"rfc2616",
"web",
"http"
],
"dependencies": {
"baucis-json": "^1.0.0",
"baucis-links": "^1.0.0",
"deco": "^0.12.0",
"event-stream": "^3.3.0",
"pluralize": "^7.0.0",
"rest-error": "^1.2.0",
"semver": "^4.3.4"
},
"peerDependencies": {
"mongoose": "^5.0.0",
"express": "^4.12.0"
},
"devDependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.3",
"expect.js": "^0.3.1",
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"parse-links": "^0.1.0",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"request": "^2.55.0",
"through": "^2.3.7"
},
"contributors": [
{
"name": "eguneys",
"url": "https://github.com/eguneys"
},
{
"name": "feychenie",
"url": "https://github.com/feychenie"
},
{
"name": "pirhoo",
"url": "https://github.com/pirhoo"
},
{
"name": "neverfox",
"url": "https://github.com/neverfox"
},
{
"name": "lukaszfiszer",
"url": "https://github.com/lukaszfiszer"
},
{
"name": "lcalvy",
"url": "https://github.com/lcalvy"
},
{
"name": "stemey",
"url": "https://github.com/stemey"
},
{
"name": "Illniyar",
"url": "https://github.com/Illniyar"
},
{
"name": "fanfuzion",
"url": "https://github.com/fanfuzion"
},
{
"name": "felipefdl",
"url": "https://github.com/felipefdl"
},
{
"name": "andyzickler",
"url": "https://github.com/andyzickler"
},
{
"name": "nathanredblur",
"url": "https://github.com/nathanredblur"
}
]
}