-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 827 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 827 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": "node-bell",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "git://github.com/eleme/node-bell.git"
},
"description": "Realtime anomalous metrics detection",
"author": "hit9 <wangchao@ele.me>",
"keywords": ["anomaly", "outlier", "metric", "realtime", "statsd"],
"engines": {
"node": ">=0.11.9"
},
"main": "./as-backend",
"dependencies": {
"co": "~3.1.0",
"co-views": "0.2.0",
"commander": "2.3.0",
"fivebeans": "~1.1.1",
"log": "1.4.0",
"koa": "~0.10.0",
"koa-logger": "~1.2.2",
"koa-route": "2.0.0",
"koa-mount": "1.3.0",
"koa-static": "1.4.6",
"minimatch": "~1.0.0",
"request": "~2.40.0",
"ssdb": ">=0.1.0",
"swig": "~1.4.2",
"toml": "2.0.6"
},
"bin": {
"bell": "./bin/cli.js"
},
"license": "MIT"
}