-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 752 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 752 Bytes
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
{
"name": "harmon",
"description": "A piece of middleware for node-http-proxy that allows you to modify the remote service response with trumpet",
"tags": [
"http-proxy",
"trumpet",
"middleware",
"streaming",
"html"
],
"version": "1.4.4",
"author": {
"name": "Anton Whalley",
"email": "anton@venshare.com"
},
"repository": {
"type": "git",
"url": "git://github.com/No9/harmon.git"
},
"bugs": {
"url": "https://github.com/No9/harmon/issues"
},
"dependencies": {
"trumpet": "1.7.0"
},
"devDependencies": {
"colors": "0.6.2",
"connect": "3.2.0",
"http-proxy": "1.17.0",
"tap": "0.4.0"
},
"scripts": {
"test": "node test/host.js"
},
"license": "MIT/X11"
}