abacus
Version:
Counter library with statsD support
31 lines (30 loc) • 563 B
JSON
{
"name": "abacus",
"version": "0.2.4",
"description": "Counter library with statsD support",
"main": "lib/abacus.js",
"scripts": {
"test": "test/suite.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thedeveloper/abacus"
},
"keywords": [
"Abacus",
"counters",
"statsd",
"graphite",
"statistics",
"metrics"
],
"author": "Geoff Wagstaff",
"license": "MIT",
"dependencies": {
"statsd-client": "0.0.18"
},
"devDependencies": {
"mocha": "~1.13.0",
"should": "~1.3.0"
}
}