{
	"name": "jquery-powertip",
	"title": "PowerTip",
	"description": "A jQuery plugin that creates hover tooltips.",
	"version": "1.3.2",
	"main": "dist/jquery.powertip.js",
	"homepage": "https://stevenbenner.github.io/jquery-powertip/",
	"author": {
		"name": "Steven Benner",
		"url": "https://stevenbenner.com/"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/stevenbenner/jquery-powertip.git"
	},
	"bugs": {
		"url": "https://github.com/stevenbenner/jquery-powertip/issues"
	},
	"license": "MIT",
	"keywords": [
		"jquery-plugin",
		"ecosystem:jquery",
		"powertip",
		"jquery",
		"tooltip",
		"tooltips",
		"ui",
		"browser"
	],
	"dependencies": {
		"jquery": ">=1.7 <4.0"
	},
	"devDependencies": {
		"@stevenbenner/eslint-config": "~2.0",
		"grunt": "~1.4",
		"grunt-browserify": "~6.0",
		"grunt-contrib-clean": "~2.0",
		"grunt-contrib-compress": "~2.0",
		"grunt-contrib-concat": "~2.0",
		"grunt-contrib-copy": "~1.0",
		"grunt-contrib-csslint": "~2.0",
		"grunt-contrib-cssmin": "~4.0",
		"grunt-contrib-qunit": "~5.1",
		"grunt-contrib-uglify": "~5.0",
		"grunt-eslint": "~24.0",
		"grunt-indent": "~1.0",
		"grunt-jsonlint": "~2.1",
		"grunt-shell": "~3.0",
		"jit-grunt": "~0.10",
		"qunit": "~2.18",
		"time-grunt": "~2.0"
	},
	"scripts": {
		"grunt": "grunt",
		"test": "grunt test --verbose --stack",
		"prepublishOnly": "grunt build:npm"
	}
}
