-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
24 lines (24 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "hoard",
"version": "0.1.5",
"description": "node.js lib for storing time series data on disk, similar to RRD.",
"homepage": "https://github.com/cgbystrom/hoard",
"author": "Carl Byström <[email protected]> http://cgbystrom.com",
"keywords": ["timeseries", "rrd", "rrdtool", "db", "database", "metric", "stats", "statistics"],
"repository": {"type": "git", "url": "https://github.com/cgbystrom/hoard.git"},
"bugs": {"web": "https://github.com/cgbystrom/hoard/issues"},
"directories": {"lib": "./lib"},
"main": "./lib/hoard.js",
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"put": ">= 0.0.5",
"binary": ">= 0.2.5"
},
"devDependencies": {
"coffee-script": ">= 1.0.1",
"expresso": ">= 0.8.1"
},
"licenses": [{"type": "MIT", "url": "https://github.com/cgbystrom/hoard/raw/master/LICENSE"}]
}