ubiq-security
Version:
Ubiq Client Node.js Implementation
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "ubiq-security",
"version": "2.2.3",
"description": "Ubiq Client Node.js Implementation",
"main": "index.js",
"author": "Ubiq Security, Inc. <support@ubiqsecurity.com> (https://www.ubiqsecurity.com/)",
"license": "MIT",
"keywords": [
"ubiq security",
"ubiq",
"security",
"encryption",
"client"
],
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/ubiqsecurity/ubiq-node.git"
},
"files": [
"lib",
"index.js"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=6.0.0"
},
"homepage": "https://gitlab.com/ubiqsecurity/ubiq-node",
"dependencies": {
"big-integer": "^1.6.51",
"cacheable": "^0.2.9",
"configparser": "^0.3.6",
"dotenv": "^16.4.5",
"keyv": "^4.5.4",
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"python-struct": "^1.1.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"commander": "^9.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0"
}
}