{
	"name": "fatarrow-ascii-art",
	"version": "1.0.1",
	"description": "ASCII art of the fatarrow log",
	"author": {
		"name": "Cary Landholt",
		"email": "cary@landholt.com",
		"url": "https://github.com/CaryLandholt"
	},
	"repository": {
		"type": "git",
		"url": "CaryLandholt/fatarrow-ascii-art"
	},
	"main": "index",
	"keywords": [
		"fatarrow",
		"ascii"
	],
	"license": "MIT",
	"engines": {
		"node": ">=0.10.0"
	},
	"dependencies": {
		"chalk": "0.5.0",
		"coffee-script": "^1.7.1"
	},
	"devDependencies": {
		"conventional-changelog": "0.0.11",
		"gulp": "^3.8.5",
		"gulp-util": "^2.2.19"
	},
	"files": [
		"CHANGELOG.md",
		"CONTRIBUTING.md",
		"index.coffee",
		"index.js",
		"LICENSE",
		"README.md"
	]
}