{
	"name": "nodefly",
	"version": "0.1.46",
	"description": "Application Performance Monitoring Agent",
	"author": "Nodefly <support@nodefly.com>",
	"homepage": "http://www.nodefly.com",
	"contributors": [],
	"main": "lib/main",
	"directories": {
		"lib": "./lib"
	},
	"bin": {
		"nodefly": "./bin/nodefly",
		"nodefly-mark": "./bin/nodefly-mark"
	},
	"dependencies": {
		"nodefly-gcinfo"   : "latest",
		"async"            : "~0.1.22",
		"measured"         : "~0.1",
		"restler"          : "2.x",
		"request"          : "*",
		"zeparser"	   : "*",
		"underscore"       : "1.x",
		"uhura"            : "stable"
	},
	"optionalDependencies":{
		"memwatch"         : "~0.2",
		"timekit"          : "0.1.8"
	},
	"engines": {
		"node": ">=0.6.0"
	},
    "keywords": [
      "apm",
	  "monitoring",
	  "performance",
	  "profiling",
	  "heap",
	  "event loop",
	  "analytics",
	  "metrics",
	  "alerts",
	  "profiler",
	  "response",
	  "time",
	  "memory",
	  "slowest functions"
    ]
}
