forked from martin-key/equihashverify
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 861 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
{
"name": "equihashverify",
"version": "0.0.2",
"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"
],
"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"
}
}