forked from restify/node-restify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.06 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
{
"author": "Mark Cavage <[email protected]>",
"contributors": [
"Adam Argo",
"Alex Liu",
"Andrew Robinson",
"Andrew Sliwinski",
"Armin Tamzarian",
"Ben Doerr",
"Ben Hale",
"Ben Howes",
"Ben Hutchison",
"Brian Pin",
"Bryan Donovan",
"Colin O'Brien",
"Corbin Uselton",
"Diego Torres",
"Domenic Denicola",
"Domikik Lessel",
"Dominic Barnes",
"Erik Kristensen",
"Falco Nogatz",
"Gergely Nemeth",
"Guillaume Chauvet",
"Isaac Schlueter",
"Jacob Quatier",
"James O'Cull",
"James Womack",
"Jonathan Dahan",
"Josh Clulow",
"Matt Smillie",
"Micah Ransdell",
"Mike Williams",
"Nathanael Anderson",
"Patrick Mooney",
"Paul Bouzakis",
"Pedro Palazón",
"Richardo Stuven",
"Shaun Berryman",
"Steve Mason",
"Trent Mick",
"Yunong Xiao"
],
"name": "restify",
"homepage": "http://restifyjs.com",
"description": "REST framework",
"version": "4.0.3",
"repository": {
"type": "git",
"url": "git://github.com/restify/node-restify.git"
},
"main": "lib/index.js",
"directories": {
"lib": "./lib"
},
"bin": {
"report-latency": "./bin/report-latency"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"assert-plus": "^0.2.0",
"bunyan": "^1.4.0",
"csv": "^0.4.0",
"escape-regexp-component": "^1.0.2",
"formidable": "^1.0.14",
"http-signature": "^0.11.0",
"lru-cache": "^2.5.0",
"mime": "^1.2.11",
"negotiator": "^0.5.1",
"node-uuid": "^1.4.1",
"once": "^1.3.0",
"qs": "^5.0.0",
"restify-errors": "^3.1.0",
"semver": "^5.0.1",
"spdy": "^3.2.0",
"vasync": "1.6.3"
},
"optionalDependencies": {
"dtrace-provider": "^0.6.0"
},
"devDependencies": {
"cover": "^0.2.9",
"eslint": "^1.10.3",
"filed": "^0.1.0",
"jscs": "^2.7.0",
"nodeunit": "^0.9.1",
"nsp": "^2.2.0",
"restify-clients": "^1.1.1",
"restify-plugins": "^1.0.2",
"watershed": "^0.3.0"
},
"license": "MIT",
"scripts": {
"test": "make prepush"
}
}