{
	"name": "mason",
	"version": "0.1.7",
	"description": "simple, fun, static-file builder for jade, stylus, and javascript",
	"keywords": ["build", "compile", "concatenate", "minify", "uglify", "jade", "stylus", "javascript"],
	"author": "Hunter Loftis <hunter@hunterloftis.com>",
	"repository": { "type": "git", "url": "git@github.com:Skookum/mason.git" },
	"main": "./index",
	"bin": { "mason": "./bin/mason" },
	"engines": { "node": ">= 0.4.x < 0.8.0" },
	"scripts": {
		"test": "make test"
	},
	"dependencies": {
		"uglify-js": "latest",
		"stylus": "latest",
		"jade": "latest",
		"node-fs": "latest",
		"underscore": "latest",
		"commander": "latest",
		"nib": "latest"
	},
	"devDependencies": {
		"mocha": "latest",
		"express": "3.0.0beta4",
		"should": "latest",
		"rimraf": "latest",
		"supertest": "latest"
	}
}
