Skip to content

Commit

Permalink
NPM package config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahshirk committed Jul 26, 2012
1 parent 06a1a7e commit a2a5063
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{
"author": "Jeremiah Shirk <jshirk@gmail.com>",
"name": "statsd-monitis-backend",
"description": "A StatsD backend for Monitis",
"version": "0.0.1",
"homepage": "https://github.com/jeremiahshirk/statsd-monitis-backend",
"repository": {
"type": "git",
"url": "git://github.com/jeremiahshirk/statsd-monitis-backend.git"
},
"keywords": [
"monitis",
"metrics",
"statsd"
],
"engines": {
"node": ">=0.6"
},
"dependencies": {},
"devDependencies": {},
"main": "backend.js"
}

0 comments on commit a2a5063

Please sign in to comment.