{
	"name": "nlint",
	"description": "Full project linting.",
	"repository": "https://github.com/codenothing/Nlint",
	"keywords": [ "lint", "jshint", "jslint", "jsonlint", "csslint" ],
	"author": "Corey Hart <corey@codenothing.com>",
	"version": "0.0.8",
	"main": "./index.js",
	"engines": {
		"node": ">=0.6.10"
	},
	"bin": {
		"nlint": "./bin/nlint"
	},
	"bugs": {
		"url": "https://github.com/codenothing/Nlint/issues",
		"email": "corey@codenothing.com"
	},
	"scripts": {
		"test": "make test"
	},
	"dependencies": {
		"json5": "0.5.1",
		"jshint": "2.9.4",
		"json-lint": "0.1.0",
		"csslint": "1.0.5",
		"argv": "0.0.2",
		"async": "2.1.4",
		"jscs": "3.0.7"
	},
	"devDependencies": {
		"nlint": "0.0.7",
		"munit": "0.0.8"
	}
}
