package.json 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 { "name": "influxdb-winston", "version": "1.0.0", "description": "A InfluxDB transport for winston by TCP or UDP.", "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "author": "hbomb", "license": "MIT", "dependencies": { "winston": "^2.2.0" } }