blob: 41633af2e2fde37f64d687b459232fbd829dfff1 [file] [log] [blame]
{
"author": "Fedor Indutny <fedor@indutny.com>",
"bugs": {
"url": "https://github.com/indutny/minimalistic-crypto-utils/issues"
},
"description": "Minimalistic tools for JS crypto modules",
"devDependencies": {
"mocha": "^3.2.0"
},
"homepage": "https://github.com/indutny/minimalistic-crypto-utils#readme",
"keywords": [
"minimalistic",
"utils",
"crypto"
],
"license": "MIT",
"main": "lib/utils.js",
"name": "minimalistic-crypto-utils",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/minimalistic-crypto-utils.git"
},
"scripts": {
"test": "mocha --reporter=spec test/*-test.js"
},
"version": "1.0.1"
}