forked from ustream/Errbit-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 713 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 713 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
{
"name": "errbit-proxy",
"version": "0.1.0",
"description": "Errbit-proxy ============",
"main": "server.js",
"dependencies": {
"node-statsd-client" : "1.0.2",
"node-syslog" : "1.1.5",
"limiter" : "1.0.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/errbit-proxy config.js"
},
"repository": {
"type": "git",
"url": "git://github.com/deathowl/Errbit-proxy.git"
},
"author": "ustream",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "b318ce54fd86b76e088af4aed6b0b7d3a2607f28",
"bugs": {
"url": "https://github.com/ustream/Errbit-proxy/issues"
}
}