-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 957 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": "@marco_ciaramella/cpu-web-miner",
"version": "1.5.5",
"description": "A CPU miner for website monetization",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarcoCiaramella/cpu-web-miner.git"
},
"keywords": [
"crypto",
"cryptocurrency",
"miner",
"mining",
"crypto mining",
"crypto miner",
"monetization",
"yespower",
"yespowerR16",
"yescrypt",
"yescryptR8",
"yescryptR16",
"yescryptR32",
"minotaurx",
"ghostrider",
"power2B"
],
"author": "Marco Ciaramella",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarcoCiaramella/cpu-web-miner/issues"
},
"homepage": "https://github.com/MarcoCiaramella/cpu-web-miner#readme",
"dependencies": {
"@marco_ciaramella/cpu-web-miner": "file:",
"socket.io-client": "^4.7.4"
}
}