This repository was archived by the owner on Aug 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 2.43 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 2.43 KB
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
{
"author": {
"name": "Alex Liu",
"email": "donutespresso@gmail.com"
},
"contributors": [
"Adam Argo",
"Alex Liu",
"Alexander Olsson",
"Anro Robinson",
"Asa Ayers",
"Bastiaan Marinus van de Weerd",
"Ben Hale",
"Ben Hutchinson",
"Benjamine Coe",
"Benjamin Urban",
"Blake VanLandingham",
"Bryce Kahle",
"Christopher Cannell",
"Clément Désiles",
"Dominik Lessel",
"Falco Nogatz",
"Gergely Nemeth",
"Jason Ghent",
"Jonathan Dahan",
"Khaja Naquiuddin",
"Lou Sacco",
"Mark Cavage",
"Mattijs Spierings",
"Micah Ransdell",
"Michal Moskal",
"Michael Paulson",
"Mike Williams",
"Nathanael Anderson",
"Patrick Mooney",
"Pedro Palazón Candel",
"Quentin Buathier",
"Ricardo Stuven",
"Scott Turnquest",
"Tim Kuijsten",
"Trent Mick",
"Tuure Kanuisto",
"Will Prater",
"Yunong Xiao",
"Zachary Snow",
"Jorge Serrano"
],
"name": "restify-plugins",
"version": "1.5.1",
"description": "A collection of core restify plugins",
"main": "lib/index.js",
"homepage": "https://github.com/restify/plugins",
"scripts": {
"test": "make test",
"prepush": "make prepush"
},
"repository": {
"type": "git",
"url": "git+https://github.com/restify/plugins.git"
},
"keywords": [
"restify",
"restify-plugins",
"handlers",
"prehandlers",
"queryparser",
"bodyparser",
"accept",
"audit",
"authorization",
"formparser",
"multipart",
"request",
"expiry",
"throttle",
"static",
"gzip"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/restify/plugins/issues"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^3.19.0",
"coveralls": "^2.13.0",
"istanbul": "^0.4.1",
"jscs": "^3.0.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"nsp": "^2.4.0",
"restify": "git+https://git@github.com/restify/node-restify.git#5.x",
"restify-clients": "^1.1.1",
"rimraf": "^2.4.3",
"validator": "^7.0.0"
},
"dependencies": {
"assert-plus": "^1.0.0",
"bunyan": "^1.8.10",
"csv": "^1.1.0",
"escape-regexp-component": "^1.0.2",
"formidable": "^1.0.17",
"http-signature": "^0.11.0",
"lru-cache": "^4.0.1",
"mime": "^1.3.4",
"once": "^1.3.2",
"qs": "^6.2.1",
"restify-errors": "^4.2.3",
"vasync": "^1.6.3",
"verror": "^1.9.0"
}
}