forked from mmitech/equihashverify
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "beamhashverify",
"version": "1.0.0",
"description": "function to check whether BeamHash solution is valid",
"main": "beamhashverify",
"scripts": {
"install": "env V=1 node-gyp rebuild",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Lolliedieb/beamhashverify"
},
"keywords": [
"Beam"
],
"author": "Wilke Trei",
"contributors": [
"Alberto Garoffolo",
"cronic",
"LitecoinZ",
"mmitech"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Lolliedieb/beamhashverify/issues"
},
"homepage": "https://github.com/Lolliedieb/beamhashverify",
"dependencies": {
"bindings": "*",
"libsodium": "^0.7.3",
"nan": "*",
"node-gyp": "*"
},
"engines": {
"node": ">=0.12"
},
"devDependencies": {
"mocha": "^5.0.4"
}
}