{
	"name": "bcrypt-nodejs",
	"description": "A native JS bcrypt library for NodeJS.",
	"main": "./bCrypt",
	"author": "Shane Girish (https://github.com/shaneGirish)",
	"version": "0.0.3",
	"author": "Shane Girish <shaneGirish@gmail.com>",
	"repository": {
		"type": "git",
		"url": "https://github.com/shaneGirish/bcryptJS.git"
	},
	"bugs": {
		"url": "https://github.com/shaneGirish/bcrypt-nodejs/issues"
	},
	"contributors": [
		"Alex Murray <> (https://github.com/alexmurray)",
		"Nicolas Pelletier <> (https://github.com/NicolasPelletier)",
		"Josh Rogers <> (https://github.com/geekymole)"
	],
	"keywords": [
		"bcrypt",
		"javascript",
		"js",
		"hash",
		"password",
		"auth",
		"authentication",
		"encryption",
		"crypt",
		"crypto"
	]
}