@toopago/essp
Version:
Node.JS library Encrypted Smiley ® Secure Protocol (eSSP, SSP)
44 lines (43 loc) • 948 B
JSON
{
"name": "@toopago/essp",
"version": "0.0.10",
"description": "Node.JS library Encrypted Smiley ® Secure Protocol (eSSP, SSP)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src ./example.js"
},
"engines": {
"node": ">=10.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TooPago/eSSP.git"
},
"keywords": [
"eSSP",
"SSP",
"Encrypted",
"Smiley",
"Secure",
"Protocol",
"ITL"
],
"author": "TooPago (TooPago)",
"license": "ISC",
"bugs": {
"url": "https://github.com/TooPago/eSSP/issues"
},
"homepage": "https://github.com/TooPago/eSSP#readme",
"dependencies": {
"aes-js": "^3.1.2",
"chalk": "^2.4.2",
"debug": "^4.3.1",
"semver": "^7.3.5",
"serialport": "^9.0.7"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-plugin-node": "^11.1.0"
}
}