{
	"name": "igneous",
	"version": "0.1.6",
	"description": "Automatic asset bundling and deployment",
	"homepage": "https://github.com/Fauntleroy/Igneous",
	"author": {
		"name": "Timothy Kempf",
		"email": "tim@kemp59f.info",
		"url": "http://kemp59f.info"
	},
	"main": "lib/igneous.js",
	"directories": {
		"lib": "lib",
		"example": "examples"
	},
	"dependencies": {
		"mime": "1.2.x",
		"async": "0.1.x",
		"chokidar": "0.4.x",
		"knox": "0.3.x",
		"uglify-js2": "2.1.x",
		"clean-css": "0.8.x",
		"handlebars": "1.0.x",
		"coffee-script": "1.4.x",
		"less": "1.3.x",
		"stylus": "0.30.x"
	},
	"devDependencies": {
		"node-sass": "0.2.x",
		"mocha": "1.6.x",
		"should": "1.2.x",
		"sinon": "1.5.x"
	},
	"scripts": {
		"test": "mocha -R spec --recursive"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/Fauntleroy/igneous.git"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "https://github.com/Fauntleroy/Igneous/blob/master/LICENSE.md"
		}
	]
}