{
	"name": "buildr",
	"version": "0.8.7",
	"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"
		},
		{
			"name": "Brandon Ramirez",
			"email": "brandon.s.ramirez@gmail.com",
			"web": "http://www.brandonsramirez.com/"
		}
	],
	"contributors": [
		{
			"name": "Benjamin Lupton",
			"email": "b@lupton.cc",
			"web": "http://balupton.com"
		},
		{
			"name": "Brandon Ramirez",
			"email": "brandon.s.ramirez@gmail.com",
			"web": "http://www.brandonsramirez.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": "1.3.x",
		"coffee-script": "1.4.x",
		"bal-util": "1.x",
		"jshint": "0.9.x",
		"csslint": "0.9.x",
		"uglify-js": "1.3.x",
		"pulverizr": "0.7.x",
		"cson": ">=1.4",
		"watch-tree-maintained": "0.1.x",
		"caterpillar": "1.x",
		"optimist": ">=0.3",
		"rimraf": "2.1.4"
	},
	"engines" : {
		"node": ">=0.4.0"
	},
	"scripts": {
		"prepublish": "cake clean build"
	},
	"directories": {
		"lib": "lib"
	},
	"bin": {
		"buildr": "./bin/buildr.js"
	},
	"main": "./lib/buildr.js"
}
