forked from restify/node-restify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.04 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.04 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
{
"author": "Mark Cavage <mcavage@gmail.com>",
"contributors": [
"Nathanael Anderson",
"Adam Argo",
"Dominic Barnes",
"Josh Clulow",
"Jonathan Dahan",
"Domenic Denicola",
"Bryan Donovan",
"Paul Bouzakis",
"Shaun Berryman",
"Ben Hale",
"Ben Howes",
"Ben Hutchison",
"Erik Kristensen",
"Domikik Lessel",
"Steve Mason",
"Trent Mick",
"Gergely Nemeth",
"Colin O'Brien",
"Falco Nogatz",
"Pedro Palazón",
"Andrew Robinson",
"Isaac Schlueter",
"Andrew Sliwinski",
"Richardo Stuven",
"Matt Smillie",
"Diego Torres",
"Mike Williams",
"Brian Pin",
"Ben Doerr",
"Patrick Mooney"
],
"name": "patillades_restify_fork",
"homepage": "http://mcavage.github.com/node-restify",
"description": "REST framework",
"version": "2.8.4",
"main": "lib/index.js",
"directories": {
"lib": "./lib"
},
"bin": {
"report-latency": "./bin/report-latency"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"assert-plus": "^0.1.5",
"backoff": "^2.4.0",
"bunyan": "^1.2.3",
"csv": "^0.4.0",
"deep-equal": "^0.2.1",
"escape-regexp-component": "^1.0.2",
"patillades_formidable_fork": "^1.0.14",
"http-signature": "^0.10.0",
"keep-alive-agent": "^0.0.1",
"lru-cache": "^2.5.0",
"mime": "^1.2.11",
"negotiator": "^0.4.5",
"node-uuid": "^1.4.1",
"once": "^1.3.0",
"qs": "^1.0.0",
"semver": "^2.3.0",
"spdy": "^1.26.5",
"tunnel-agent": "^0.4.0",
"verror": "^1.4.0"
},
"optionalDependencies": {
"dtrace-provider": "^0.3.1"
},
"devDependencies": {
"cover": "^0.2.9",
"filed": "^0.1.0",
"nodeunit": "^0.9.0",
"watershed": "^0.3.0"
},
"scripts": {
"test": "nodeunit ./test"
}
}