From 570fbb6488feaef6f6de7f8315a7395e9639652c Mon Sep 17 00:00:00 2001 From: Nuno Job Date: Thu, 13 Feb 2014 23:59:50 +0000 Subject: [PATCH] 0.1.0 --- package.json | 77 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 45 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index cd1da25..83972bc 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,47 @@ -{ "name" : "lynx" -, "description" : "Minimalistic StatsD client for Node.js programs" -, "version" : "0.0.11" -, "author" : "Lloyd Hilaiel" -, "contributors": - [ "Nuno Job (http://nunojob.com)" - , "Mark Bogdanoff (https://github.com/bog)" - ] -, "scripts" : { "test": "tap tests/*-test.js" } -, "repository" : - { "type" : "git" - , "url" : "git://github.com/dscape/lynx.git" - } -, "bugs" : { "web" : "https://github.com/dscape/lynx/issues" } -, "directories" : { "lib" : "./lib/" } -, "main" : "./lib/lynx" -, "keywords" : - [ "stats" - , "metrics" - , "metricsd" - , "statsd" - , "etsy" - , "statsd client" - , "statsd driver" - , "graphite" - ] -, "devDependencies": { "tap" : "~0.3.2" } -, "dependencies" : { "mersenne" : "~0.0.3", "statsd-parser": "~0.0.4" } -, "licenses" : - [ { "type" : "MIT" - , "url" : "http://github.com/dscape/lynx/raw/master/LICENSE" +{ + "name": "lynx", + "description": "Minimalistic StatsD client for Node.js programs", + "version": "0.1.0", + "author": "Lloyd Hilaiel", + "contributors": [ + "Nuno Job (http://nunojob.com)", + "Mark Bogdanoff (https://github.com/bog)" + ], + "scripts": { + "test": "tap tests/*-test.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/dscape/lynx.git" + }, + "bugs": { + "web": "https://github.com/dscape/lynx/issues" + }, + "directories": { + "lib": "./lib/" + }, + "main": "./lib/lynx", + "keywords": [ + "stats", + "metrics", + "metricsd", + "statsd", + "etsy", + "statsd client", + "statsd driver", + "graphite" + ], + "devDependencies": { + "tap": "~0.3.2" + }, + "dependencies": { + "mersenne": "~0.0.3", + "statsd-parser": "~0.0.4" + }, + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/dscape/lynx/raw/master/LICENSE" } ] -} \ No newline at end of file +}