nsolid-graphite
Version:
a daemon that sends N|Solid metrics to graphite
51 lines (50 loc) • 1.38 kB
JSON
{
"name": "nsolid-graphite",
"version": "2.2.0",
"description": "a daemon that sends N|Solid metrics to graphite",
"main": "daemon",
"license": "MIT",
"preferGlobal": true,
"author": "NodeSource <npm@nodesource.com> (https://nodesource.com)",
"contributors": [
"Joe Doyle <jdoyle@nodesource.com> (https://github.com/JoeDoyle23)",
"Patrick Mueller <pmuellr@nodesource.com> (https://github.com/pmuellr)",
"Johannes Würbach (https://github.com/johanneswuerbach)",
"Dave Olszewski <daveo@nodesource.com> (https://github.com/cxreg)"
],
"keywords": [
"N|Solid",
"nsolid",
"graphite"
],
"scripts": {
"start": "nsolid daemon",
"utest": "nsolid test/index.js | tap-spec",
"test": "npm run utest && standard",
"watch": "nodemon --exec 'npm test' --ext js,json"
},
"bin": {
"nsolid-graphite" : "./daemon.js"
},
"dependencies": {
"camelize": "~1.0.0",
"rc": "~1.1.7"
},
"bundledDependencies": [
"nsolid-apiclient"
],
"devDependencies": {
"nodemon": "~1.11.0",
"tape": "~4.7.0",
"tap-spec": "~4.1.1",
"standard": "~10.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nodesource/nsolid-graphite.git"
},
"bugs": {
"url": "https://github.com/nodesource/nsolid-graphite/issues"
},
"homepage": "https://github.com/nodesource/nsolid-graphite"
}