{
	"name": "buildr",
	"version": "0.6.5",
	"description": "The (Java|Coffee)Script and (CSS|Less) (Builder|Bundler|Packer|Minifier|Merger|Checker)",
	"homepage": "https://github.com/balupton/buildr.npm",
	"keywords": [
		"javascript",
		"coffee",
		"lesscss",
		"less",
		"css",
		"builder",
		"package",
		"compile",
		"compress",
		"minify",
		"bundle",
		"merge",
		"lint"
	],
	"author": {
		"name": "Benjamin Lupton",
		"email": "b@lupton.cc",
		"web": "http://balupton.com"
	},
	"maintainers": [
		{
			"name": "Benjamin Lupton",
			"email": "b@lupton.cc",
			"web": "http://balupton.com"
		}
	],
	"contributors": [
		{
			"name": "Benjamin Lupton",
			"email": "b@lupton.cc",
			"web": "http://balupton.com"
		}
	],
	"bugs": {
		"web": "https://github.com/balupton/buildr.npm/issues"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "http://creativecommons.org/licenses/MIT/"
		}
	],
	"repository" : {
		"type" : "git",
		"url" : "http://github.com/balupton/buildr.npm.git"
	},
	"dependencies": {
		"less-bal": "=1.1.4",
		"coffee-script": "=1.1.1",
		"bal-util": "=0.5",
		"jshint": "=0.2.3",
		"csslint": "=0.4.0",
		"uglify-js": "=1.0.6",
		"pulverizr-bal": "=0.5.4",
		"cson": "=0.2.0"
	},
	"engines" : {
		"node": ">=0.4.0"
	},
	"directories": {
		"lib": "lib"
	},
	"bin": {
		"buildr": "./bin/buildr.coffee"
	},
	"main": "./lib/buildr.coffee"
}
