{
	"name": "tshash",
	"version": "1.7.0",
	"description": "A small framework/API for digest functions.",
	"keywords": ["hash","digest", "messagedigest"],
	"author": {
		"name": "TOGoS",
		"email": "togos zero zero at gmail daught cawm",
		"url": "http://www.nuke24.net/"
	},
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/TOGoS/TSHash.git"
	},
	"scripts": {
		"test": "make run-unit-tests"
	},
	"tonicExample": "var tshash = require('tshash');\ntshash.hexEncode(tshash.hash('Hello, world!', tshash.SHA1));",
	"devDependencies": {
		"typescript": "^1.8.9"
	},
	"dependencies": {
	}
}
