You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
878 B

{
"name": "equihashverify",
"version": "0.0.3",
"description": "function to check whether an Equihash solution is valid",
"main": "equihashverify",
"scripts": {
"install": "env V=1 node-gyp rebuild",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ZencashOfficial/equihashverify"
},
"keywords": [
"zencash"
],
"author": "Joseph Nicholas R. Alcantara",
"contributors": [
"Alberto Garoffolo",
"cronic",
"LitecoinZ"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ZencashOfficial/equihashverify/issues"
},
"homepage": "https://github.com/ZencashOfficial/equihashverify",
"dependencies": {
"bindings": "*",
"libsodium": "^0.7.3",
"nan": "*",
"node-gyp": "*"
},
"engines": {
"node": ">=0.12"
},
"devDependencies": {
"mocha": "^5.0.4"
}
}