{
	"name": "probes",
	"version": "0.1.0",
	"description": "Runtime performance instrumentation for JavaScript",
	"keywords": ["probe", "timers", "monitoring", "s2js", "spring", "springsource"],
	"licenses": [
		{
			"type": "MIT",
			"url": "http://opensource.org/licenses/MIT"
		}
	],
	"repositories": [
		{
			"type": "git",
			"url": "https://github.com/s2js/probes"
		}
	],
	"bugs": "https://github.com/s2js/probes/issues",
	"maintainers": [
		{
			"name": "Scott Andrews",
			"email": "andrewss@vmware.com",
			"web": "http://twitter.com/scothis"
		}
	],
	"contributors": [
		{
			"name": "Brian Cavalier",
			"email": "bcavalier@vmware.com",
			"web": "http://hovercraftstudios.com"
		}
	],
	"dependencies": {
		"meld": "~1",
		"when": "~1"
	},
	"devDependencies": {
		"curl": "https://github.com/cujojs/curl/tarball/0.7.2",
		"poly": "https://github.com/cujojs/poly/tarball/0.5.1",
		"buster": "",
		"jshint": ""
	},
	"main": "./probe",
	"scripts": {
		"test": "jshint *.js export instrument stats time test types util && buster test -e node --color none --reporter specification",
		"start": "buster static -e browser"
	}
}
