{
	"name": "qunit-reporter-lcov",
	"title": "lcov reporter for QUnit",
	"description": "Produce lcov test reports with QUnit",
	"version": "1.0.2",
	"author": {
		"name": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com",
		"url": "https://github.com/piranna/qunit-reporter-lcov/blob/master/AUTHORS.txt"
	},
	"homepage": "https://github.com/piranna/qunit-reporter-lcov",
	"repository": {
		"type": "git",
		"url": "git://github.com/piranna/qunit-reporter-lcov.git"
	},
	"bugs": {
		"url": "https://github.com/piranna/qunit-reporter-lcov/issues"
	},
	"license": {
		"name": "MIT",
		"url": "https://github.com/piranna/qunit-reporter-lcov/blob/master/LICENSE.txt"
	},
	"keywords": [
		"qunit",
		"qunit-plugin",
		"qunit-reporter",
		"lcov"
	],
	"main": "qunit-reporter-lcov.js",
	"scripts": {
		"test": "grunt test"
	},
	"devDependencies": {
		"grunt": "~0.4.5",
		"grunt-contrib-connect": "~0.9.0",
		"grunt-contrib-jshint": "~0.11.0",
		"grunt-git-authors": "~3.0.0",
		"grunt-lib-phantomjs": "~0.7.0",
		"qunitjs": "1.x"
	}
}
