{
	"name": "zombiej-bootstrap-components",
	"version": "1.1.6",
	"description": "Bootstrap 3 UI components",
	"author": "zombieJ",
	"repository": {
		"type:": "git",
		"url": "https://zombieJ/bootstrap-components-3.0.git"
	},
	"license": "MIT",
	"dependencies": {
		"jquery"				: ">=1.7",
		"bootstrap"				: ">=3.2.0"
	},

	"devDependencies": {
		"grunt": "~0.4.5",
		"grunt-cli": "~0.1.13",

		"grunt-contrib-clean": "~0.7.0",
		"grunt-contrib-uglify": "~0.5.0",
		"grunt-contrib-concat": "~0.5.1",
		"grunt-contrib-cssmin": "~0.14.0",
		"grunt-contrib-copy": "~0.8.2"
	},

	"scripts": {
		"grunt": "grunt"
	}
}