{
	"name": "<%= _.slugify(appName) %>",
		"version": "0.0.4",
		"description": "<%= appDescription%>",
		"main": "Gruntfile.coffee",
		"scripts": {
			"test": "echo \"Error: no test specified\" && exit 1"
		},
		"repository": {
			"type": "git",
			"url": "git://github.com/<%= githubUser %>/<%= _.slugify(appName) %>.git"
		 },
		"author": "<%= githubUser %>",
		"license": "BSD",
		"devDependencies": {
			"github": "*",
			"grunt": "*", 
			"grunt-contrib-watch": "*"
		}
}
