-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"_from": "git://github.com/haven-protocol-org/haven-nodejs-wrapper",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/haven-nodejs-wrapper",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git://github.com/haven-protocol-org/haven-nodejs-wrapper",
"rawSpec": "git://github.com/haven-protocol-org/haven-nodejs-wrapper",
"saveSpec": "git://github.com/haven-protocol-org/haven-nodejs-wrapper",
"fetchSpec": "git://github.com/haven-protocol-org/haven-nodejs-wrapper",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git://github.com/haven-protocol-org/haven-nodejs-wrapper",
"_spec": "git://github.com/haven-protocol-org/haven-nodejs-wrapper",
"author": {
"name": "Haven Protocol Team",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/haven-protocol-org/haven-nodejs-wrapper/issues"
},
"bundleDependencies": false,
"dependencies": {
"bindings": "*",
"nan": "^2.15.0"
},
"deprecated": false,
"description": "Haven-NodeJS-Wrapper for pool offshore support ===================================================",
"gypfile": true,
"homepage": "https://github.com/haven-protocol-org/haven-nodejs-wrapper#readme",
"keywords": [
"cryptonight",
"cryptonote",
"monero",
"haven"
],
"main": "haven-nodejs-wrapper",
"name": "haven-nodejs-wrapper",
"repository": {
"type": "git",
"url": "git+https://github.com/haven-protocol-org/haven-nodejs-wrapper"
},
"scripts": {
"preinstall": "ln -s `node -e 'console.log(process.env.HAVENDIR)'`",
"install": "node-gyp rebuild"
},
"version": "1.0.1"
}