Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
add package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Ivy committed Feb 25, 2011
1 parent 453ff2e commit db61077
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
@@ -0,0 +1,20 @@
{ "name" : "statsd"
, "description" : "node client for Etsy'd StatsD server"
, "version" : "0.0.1"
, "author" : "Steve Ivy"
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/sivy/node-statsd.git"
}
, "bugs" : { "web" : "https://github.com/sivy/node-statsd/issues" }
, "os" : [ "linux", "darwin", "freebsd" ]
, "directories" : { "lib" : "./lib/" }
, "main" : "./lib/apac"
, "engines" : { "node" : ">=0.1.97" }
, "dependencies" : { "mersenne" : "*" },
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/sivy/node-stats/raw/master/LICENSE"
}
]
}

0 comments on commit db61077

Please sign in to comment.