UNPKG

pkcs11js-modified

Version:

A Node.js implementation of the PKCS#11 2.3 interface

50 lines (49 loc) 1.32 kB
{ "name": "pkcs11js-modified", "version": "1.0.0", "description": "A Node.js implementation of the PKCS#11 2.3 interface", "repository": { "type": "git", "url": "git://github.com/PeculiarVentures/pkcs11js.git" }, "keywords": [ "pkcs11", "rsa", "ecdsa", "aes", "crypto", "smartcard", "token", "nss", "softhsm2" ], "main": "index.js", "types": "index.d.ts", "scripts": { "clean": "rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*", "prepare": "npm run build", "test": "mocha", "configure:xcode": "node-gyp configure -- -f xcode", "configure": "node-gyp configure", "build": "node-gyp configure build", "pub": "npm run build && npm version patch && npm publish && git push", "sync": "git ac && git pull --rebase && git push", "coverage": "nyc npm test", "precoveragehtml": "npm run coverage", "coveragehtml": "nyc report -r html", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "author": "PeculiarVentures", "license": "MIT", "dependencies": { "nan": "^2.10.0" }, "devDependencies": { "@types/mocha": "^5.2.0", "@types/node": "^10.1.3", "mocha": "^5.2.0" }, "bugs": { "url": "https://github.com/PeculiarVentures/pkcs11js/issues" } }