forked from coincheckup/crypto-supplies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "crypto-supplies",
"description": "Cryptocurrency circulating, available and total supplies",
"keywords": [
"cryptocurrency",
"supply",
"crypto",
"coins"
],
"bugs": {
"url": "https://github.com/coincheckup/crypto-supplies/issues"
},
"author": {
"name": "CoinCheckup.com",
"email": "[email protected]",
"url": "https://coincheckup.com/"
},
"contributors": [
{
"name": "Valentin Bora",
"email": "[email protected]",
"url": "https://coincheckup.com/"
}
],
"version": "0.1.0",
"engines": {
"node": ">=6.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/coincheckup/crypto-supplies.git"
},
"homepage": "https://github.com/coincheckup/crypto-supplies",
"license": "AGPL-3.0-or-later",
"dependencies": {
"cacheman": "^2.2.1",
"cacheman-file": "^0.2.1",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.3",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"request-rate-limiter": "^1.0.2",
"yargs": "^11.0.0"
},
"devDependencies": {
"doctrine": "^2.1.0",
"lodash": "^4.17.10"
}
}