{
	"name":     "woocommerce-cart-tab",
	"title":    "WooCommerce Cart Tab",
	"version":  "1.0.0",
	"homepage": "http://wordpress.org/plugins/woocommerce-cart-tab/",
	"repository": {
		"type":	"git",
		"url":	"https://github.com/jameskoster/woocommerce-cart-tab.git"
	},
	"main": "Gruntfile.js",
	"devDependencies": {
		"grunt":					"~0.4.5",
		"grunt-contrib-uglify":		"~0.9.1",
		"grunt-checktextdomain":	"^1.0.0",
		"grunt-wp-i18n":			"^0.5.2",
		"grunt-contrib-cssmin":		"~0.12.3",
		"grunt-contrib-watch":		"~0.6.1",
		"grunt-sass":				"^1.0.0",
		"node-sass":				"^3.2.0",
		"susy":						"^2.2.5",
		"node-bourbon":				"~4.2.3",
		"grunt-contrib-copy":		"~0.8.0",
		"grunt-contrib-jshint":		"^0.11.2"
	},
	"engines": {
		"node":						">=0.8.0",
		"npm":						">=1.1.0"
	}
}