Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Feb 13, 2014
1 parent a4c370b commit 570fbb6
Showing 1 changed file with 45 additions and 32 deletions.
77 changes: 45 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,47 @@
{ "name" : "lynx"
, "description" : "Minimalistic StatsD client for Node.js programs"
, "version" : "0.0.11"
, "author" : "Lloyd Hilaiel"
, "contributors":
[ "Nuno Job <nunojobpinto@gmail.com> (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 <nunojobpinto@gmail.com> (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"
}
]
}
}

0 comments on commit 570fbb6

Please sign in to comment.