{
	"name"				: "lance"
,	"description"		: "The alpha-strike framework"
,	"version"			: "2.10.14"

,	"dependencies": {
		"bluebird"		: "^2.9.0"
	,	"mkdirp"		: "0.5.1"
	
	,	"cookies"		: "0.5.x"
	,	"colors"		: "1.0.x"
	,	"watch"			: "0.16.x"
	
	,	"busboy"		: "0.2.x"
	
	,	"transposer"	: "0.3.x"
	,	"coroutiner"	: "^0.2.6"
	,	"lutils"		: ">= 0.2.11"
	}
	
,	"devDependencies": {
		"coffee-script"		: "^1.9.2"
	,	"coffeeify"			: "1.1.x"
	,	"browserify"		: "^10.0.x"
	,	"stylus"			: "0.51.x"
	,	"uglify-js"			: "2.4.x"
	,	"lactate"			: "0.13.x"
	,	"ect"				: "nfour/ect"
	,	"jade"				: "*"
	,	"usage"				: "*"
	}
	
,	"main"		: "./lib/Lance"
,	"scripts"	: {
		"build"		: "cake build"
	,	"publicate"	: "npm run build && npm publish"
	}

,	"author"		: { "name": "nfour" }
,	"repository"	: {
		"type": "git",
		"url": "https://github.com/nfour/lance"
	}
}
