node-cryptonight
Version:
node bindings for cryptonight hashing
38 lines (37 loc) • 894 B
JSON
{
"name": "node-cryptonight",
"version": "1.3.0",
"description": "node bindings for cryptonight hashing",
"main": "index.js",
"gypfile": true,
"scripts": {
"lint": "standard",
"rebuild": "node-gyp rebuild",
"test": "standard && jest"
},
"keywords": [
"cryptonight",
"hash",
"monero",
"native"
],
"author": "Excitable Aardvark <excitableaardvark@tutanota.de>",
"license": "BSDv3",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ExcitableAardvark/node-cryptonight.git"
},
"bugs": {
"url": "https://github.com/ExcitableAardvark/node-cryptonight/issues"
},
"homepage": "https://github.com/ExcitableAardvark/node-cryptonight#readme",
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0",
"node-gyp": "^4.0.0"
},
"devDependencies": {
"jest": "^24.7.1",
"standard": "^12.0.1"
}
}