ebclient
Version:
Client library for using EnigmaBridge crypto services
89 lines (88 loc) • 2.16 kB
JSON
{
"name": "ebclient",
"version": "1.0.2",
"author": {
"name": "Smart Architects",
"email": "support@smartarchitects.co.uk",
"url": "https://enigmabridge.com/"
},
"description": "Client library for using EnigmaBridge crypto services",
"keywords": [
"encryption",
"HSM",
"middleware",
"enigmabridge"
],
"homepage": "https://github.com/EnigmaBridge/client.js",
"repository": {
"type": "git",
"url": "git@github.com:EnigmaBridge/client.js.git"
},
"contributors": [
{
"name": "Dusan Klinec",
"email": "dusan@enigmabridge.com",
"url": "https://enigmabridge.com/"
},
{
"name": "Dan Cvrcek",
"email": "dan@enigmabridge.com",
"url": "https://enigmabridge.com/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EnigmaBridge/client.js/issues"
},
"main": "./lib/enigma.js",
"bin": {
"eb": "./bin/eb.js"
},
"dependencies": {
"bluebird": "^3.4.6",
"commander": "^2.9.0",
"extend": "^3.0.0",
"jsbn": "^1.1.0",
"sjcl": "^1.0.7",
"superagent": "^3.8.3",
"url": "^0.11.0"
},
"devDependencies": {
"browserify": "latest",
"chai": "latest",
"eslint": "^5.4.0",
"google-closure-compiler": "^20180805.0.0",
"grunt": "*",
"grunt-browserify": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"jshint": "latest",
"minifyify": "latest",
"mocha": "latest",
"publish-please": "^3.2.0",
"rimraf": "^2.6.2",
"shelljs": "^0.7.4",
"watch": "latest"
},
"scripts": {
"clean": "rimraf dist/*",
"prebuild": "npm run clean -s",
"postbuild": "npm run test",
"postbuild": { "should": "*" },
"build": "build/build.js",
"test": "./node_modules/mocha/bin/mocha",
"lint": "./node_modules/eslint/bin/eslint.js lib test",
"prepublish": "publish-please guard && npm run build",
"publish-please": "publish-please"
},
"_npmUser": {
"name": "smartarcs",
"email": "support@smartarchitects.co.uk"
},
"maintainers": [
{
"name": "smartarcs",
"email": "support@smartarchitects.co.uk"
}
]
}