-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 843 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 843 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
37
38
39
{
"name": "statpipe",
"version": "0.1.1",
"description": "record timeseries data in redis and aggregate/graph the results",
"main": "index.js",
"scripts": {
"test": "make test"
},
"author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
"license": "MIT",
"dependencies": {
"idgen": "^2.0.2",
"moment": "^2.13.0",
"timebucket": "^0.3.4"
},
"devDependencies": {
"async": "^1.5.2",
"mocha": "^2.4.5",
"redis": "^2.5.3"
},
"repository": {
"type": "git",
"url": "git://github.com/carlos8f/statpipe.git"
},
"homepage": "https://github.com/carlos8f/statpipe",
"keywords": [
"time",
"series",
"redis",
"data",
"aggregation",
"graphing",
"statistics",
"analytics"
],
"bugs": {
"url": "https://github.com/carlos8f/statpipe/issues"
}
}