{
	"author": "guberni",
	"name": "tellki-mongodb-performance-monitor",
	"description": "Tellki MongoDB performance monitor",
	"version": "0.0.4",
	"keywords": ["tellki","monitor","mongodb","performance","real time"],
	"homepage": "www.tellki.com",
	"repository" : { 
		"type" : "git", "url" : "https://github.com/tellkiApp/tellkiAgent_MongoDBPerformance.git"  
	},
	"main": "./lib/mongodb_performance_monitor",
	"bin": {
		"tellki-mongodb-performance-monitor": "./bin/tellki-mongodb-performance-monitor"
	},
	"dependencies": {
        "mongodb": "~2.0"
	},
	"engines": {
		"node": "*"
	}
}