hsmsim
Version:
Hardware Security Module simulator
47 lines (46 loc) • 870 B
JSON
{
"name": "hsmsim",
"version": "0.1.0",
"description": "Hardware Security Module simulator",
"main": "hsm.js",
"scripts": {
"test": "ava"
},
"repository": "https://github.com/timgabets/hsms",
"keywords": [
"HSM",
"Hardware",
"Security",
"Thales"
],
"ava": {
"files": [
"tests/*.js"
],
"source": [
"**/*.{js}"
],
"concurrency": 5,
"failFast": true,
"failWithoutAssertions": false,
"powerAssert": false,
"require": [
"babel-register"
],
"babel": "inherit"
},
"author": {
"name": "Tim Gabets",
"email": "tim@gabets.ru",
"url": "http://gabets.ru/"
},
"license": "LGPL-2.1",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"node-cardcrypto": "^1.0.2"
},
"devDependencies": {
"ava": "^0.22.0"
}
}