fare
Version:
a simple log pkg, send log to tcp server
47 lines (46 loc) • 1.06 kB
JSON
{
"name": "fare",
"version": "2.0.4",
"description": "a simple log pkg, send log to tcp server",
"keywords": [
"elk",
"elasticsearch",
"logstash",
"log",
"tcp server",
"fare"
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/*.js",
"lint": "./node_modules/.bin/eslint lib/*.js",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec test"
},
"author": "hardog",
"main": "./lib/fare.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hardog/fare.git"
},
"bugs": {
"url": "https://github.com/hardog/fare/issues"
},
"homepage": "https://github.com/hardog/fare",
"license": "MIT",
"dependencies": {
"configurable": "0.0.1",
"debug": "^2.3.2",
"string-to-stream": "^1.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"CBuffer": "^2.0.0",
"bunyan": "^1.8.4",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2"
}
}