{
	"name": "@richardhopton/noise-c.wasm",
	"description": "rweather/noise-c compiled to WebAssembly using Emscripten and optimized for small size",
	"keywords": [
		"noise",
		"noise protocol",
		"noise-c",
		"authenticated encryption",
		"aead",
		"signature",
		"webassembly",
		"wasm",
		"emscripten"
	],
	"version": "0.5.0",
	"homepage": "https://github.com/richardhopton/noise-c.wasm",
	"author": "Nazar Mokrynskyi <nazar@mokrynskyi.com>",
	"repository": {
		"type": "git",
		"url": "git://github.com/richardhopton/noise-c.wasm.git"
	},
	"license": "0BSD",
	"main": "src/index.js",
	"files": [
		"src"
	],
	"scripts": {
		"test": "tape tests/**/*.js",
		"test-implementation": "tape tests/*State.js",
		"test-vector": "tape tests/vectors.js",
		"vendor": "git clone https://github.com/esphome/noise-c.git vendor; cd vendor; git checkout bc74e61f6cd37f0145be92366ea6c7864ed2589c",
		"build": "gulp build"
	},
	"devDependencies": {
		"gulp": "^4.0.2",
		"gulp-rename": "^1.2.2",
		"gulp-uglify": "^3.0.0",
		"tape": "^4.9.0"
	}
}
