-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 830 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
{
"name": "ethereum-mining-calculator",
"version": "0.0.1",
"description": "Ethereum Mining Calculator",
"main": "app/app.js",
"scripts": {
"start": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgeManning/EthereumMiningCalculator.git"
},
"keywords": [
"Ethereum",
"Mining",
"Blockchain",
"Crypto"
],
"author": "Age Manning",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgeManning/EthereumMiningCalculator/issues"
},
"homepage": "https://github.com/AgeManning/EthereumMiningCalculator#readme",
"dependencies": {
"bower": "^1.7.7",
"complex-js": "^3.1.2",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-script-link-tags": "^1.0.2",
"grunt-wiredep": "^2.0.0"
}
}