-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 789 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 789 Bytes
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
{
"name": "js-bitcoin-miner-simulator",
"version": "1.0.0",
"description": "Bitcoin miner simulator.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/krzywiecki/js-bitcoin-miner-simulator.git"
},
"keywords": [
"bitcoins",
"miner",
"javascript"
],
"author": "Dominik Krzywiecki dominik@krzywiecki.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/krzywiecki/js-bitcoin-miner-simulator/issues"
},
"homepage": "https://github.com/krzywiecki/js-bitcoin-miner-simulator#readme",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-typescript": "^2.13.6",
"mocha": "^3.0.2"
}
}