{
	"fullname": "Antifreeze",
	"name": "antifreeze",
	"version": "0.4.0-dev.4",
	"description": "Client-side MVP framework.",
	"keywords": ["mvp", "model-view-presenter", "client", "framework", "ui"],
	"homepage": "https://bitbucket.org/kennethjor/antifreeze",
	"bugs": "https://bitbucket.org/kennethjor/antifreeze/issues",
	"author": "Kenneth Jorgensen <kennethjor@gmail.com> (http://kennethjorgensen.com/)",
	"contributors": ["James Fidler <terrarum@gmail.com> (http://trrrm.com/)"],
	"repository": {
		"type": "hg",
		"url": "ssh://hg@bitbucket.org/kennethjor/antifreeze"
	},
	"main": "antifreeze.js",
	"scripts": {
		"prepublish": "grunt"
	},
	"dependencies": {
		"underscore":               ">= 1.4.4",
		"calamity":                 ">= 0.5.0-rc.5",
		"discrete":                 ">= 0.1.0-dev.3",
		"handlebars":               ">= 1.0.12",
		"rivets":                   "= 0.5.8",
		"crossroads":               ">= 0.12.0",
		"hasher":                   ">= 1.1.4",
		"async":                    ">= 0.2.9"
	},
	"devDependencies": {
		"coffee-script":            ">= 1.6.3",
		"grunt":                    ">= 0.4.1",
		"grunt-contrib-coffee":     ">= 0.7.0",
		"grunt-contrib-concat":     ">= 0.3.0",
		"grunt-contrib-copy":       ">= 0.4.1",
		"grunt-contrib-handlebars": ">= 0.5.4",
		"grunt-contrib-less":       ">= 0.5.0",
		"grunt-contrib-requirejs":  ">= 0.4.0",
		"grunt-contrib-watch":      ">= 0.3.1",
		"grunt-jessie":             ">= 0.0.3",
		"sinon":                    ">= 1.5.2",
		"grunt-notify":             ">= 0.1.3",
		"jquery":                   ">= 1.8.2",
		"jquery-browser":           ">= 1.8.2"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "https://bitbucket.org/kennethjor/antifreeze/raw/default/LICENSE"
		}
	]
}
