{
	"name": "watcher",
	"version": "0.0.1",
	"description": "Recompile your Coffee/SASS/Haml/Less/... files as soon as they change",
	"keywords": ["watch", "coffeescript", "sass", "less", "haml", "stylus", "jade"],
	"author": {
		"name": "Vjeux",
		"email": "vjeuxx@gmail.com",
		"url": "http://blog.vjeux.com/"
	},
	"homepage": "http://blog.vjeux.com/",
	"files" : [
		"src/handlers.coffee",
		"src/optparse.coffee",
		"src/watcher.coffee"
	],
	"main" : "src/watcher.coffee",
	"bin": {
		"watcher": "src/watcher.coffee"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/vjeux/watcher.git"
	},
	"dependencies": {
		"coffee-script": "*"
	}
}
