pinblock
Version:
ATM PIN Block Service
29 lines (28 loc) • 552 B
JSON
{
"name": "pinblock",
"version": "0.2.0",
"description": "ATM PIN Block Service",
"main": "pinblock.js",
"scripts": {
"test": "istanbul cover jasmine"
},
"repository": "https://github.com/timgabets/pinblock",
"keywords": [
"ATM",
"PIN",
"pinblock"
],
"author": {
"name": "Tim Gabets",
"email": "tim@gabets.ru",
"url": "http://gabets.ru/"
},
"license": "LGPL-2.1",
"devDependencies": {
"istanbul": "^0.4.5",
"jasmine": "^2.8.0"
},
"dependencies": {
"node-cardcrypto": "^1.0.2"
}
}