{
	"name": "express-authentication",
	"version": "0.3.2",
	"description": "Unopinionated authentication middleware for express.",
	"author": "Izaak Schroeder <izaak.schroeder@gmail.com>",
	"keywords": [ "authentication", "express" ],
	"license": "CC0-1.0",
	"homepage": "https://github.com/izaakschroeder/express-authentication",
	"repository": {
		"type": "git",
		"url": "https://github.com/izaakschroeder/express-authentication.git"
	},
	"main": "lib/authentication.js",
	"scripts": {
		"test": "npm run lint && npm run spec && npm run coverage",
		"spec": "NODE_PATH=lib NODE_ENV=test istanbul cover node_modules/.bin/_mocha -- --sort --recursive -r test/helpers/chai -r test/helpers/sinon -R spec test/spec",
		"lint": "eslint --ignore-path .gitignore .",
		"coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100"
	},
	"peerDependencies": {
		"express": "^4.10.2"
	},
	"dependencies": {
		"express-context": "^0.7.1",
		"lodash": "^3.6.0"
	},
	"devDependencies": {
		"express": "^4.10.2",
		"eslint": "*",
		"eslint-plugin-nodeca": "*",
		"mocha": "*",
		"istanbul": "*",
		"chai": "*",
		"chai-things": "*",
		"sinon": "*",
		"sinon-chai": "*",
		"supertest": "^0.15.0",
		"supertest-chai": "^0.0.8"
	}
}
