{
	"name": "picanhajs",
	"version": "1.0.2",
	"description": "A tasty website static generator",
	"preferGlobal": "true",
	"author": "Picanha Labs",
	"license": "MIT License",
	"homepage": "https://github.com/PicanhaLabs",
	"devDependencies": {
		"chai": "^3.2.0",
		"istanbul": "^0.3.17",
		"mocha": "^2.2.5"
	},
	"dependencies": {
		"front-matter": "^1.0.0",
		"handlebars": "^3.0.3",
		"highlight.js": "^8.7.0",
		"marked": "^0.3.4",
		"moment": "^2.10.6",
		"ncp": "^2.0.0",
		"promise": "^7.0.3",
		"underscore": "^1.8.3",
		"colors": "^1.1.2"
	},
	"scripts": {
		"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/PicanhaLabs/PicanhaJS.git"
	},
	"keywords": [
		"Static",
		"Site",
		"Generator",
		"Node",
		"Picanha"
	],
	"bin": {
		"picanha": "bin/picanha.js"
	},
	"bugs": {
		"url": "https://github.com/PicanhaLabs/PicanhaJS/issues"
	}
}
