{
	"name": "h5bp",
	"description": "HTML5 boilerplate (H5BP) inspired server config for node.js",
	"version": "0.1.2",
	"license": "MIT",
	"author": "Sean Caetano Martin <seancaetanomartin@gmail.com>",
	"contributors": [
		"Nicolas Gryman <ngryman@gmail.com>",
		"Nick Baugh <niftylettuce@gmail.com>",
		"Benjamin Tan <demoneaux@gmail.com>"
	],
	"scripts": {
		"mocha": "mocha test --reporter dot --globals requirejsVars --bail",
		"lint": "jshint .",
		"test": "npm run lint && npm run mocha"
	},
	"keywords": [
		"html5",
		"boilerplate",
		"express",
		"connect",
		"server",
		"config",
		"goodness"
	],
	"homepage": "https://github.com/h5bp/server-configs-node",
	"repository": {
		"type": "git",
		"url": "https://github.com/h5bp/server-configs-node.git"
	},
	"bugs": {
		"url": "https://github.com/h5bp/server-configs-node/issues"
	},
	"engines": {
		"node": "0.10.x",
		"npm": "1.4.x"
	},
	"main": "lib/h5bp",
	"files": [
		"lib",
		"CHANGELOG.md",
		"LICENSE.md"
	],
	"dependencies": {
		"async": "~0.9.0",
		"clean-css": "~2.2.8",
		"express": "~3.5.1",
		"less": "~1.7.3",
		"node-sass": "~0.9.3",
		"requirejs": "~2.1.14",
		"stylus": "~0.47.2",
		"uglify-js": "~2.4.15",
		"webmake": "~0.3.35"
	},
	"devDependencies": {
		"chai": "~1.9.1",
		"connect": "~2.14.4",
		"jshint": "~2.5.2",
		"mocha": "~1.20.1",
		"supertest": "~0.13.0"
	}
}
