-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 976 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
42
43
44
45
46
47
48
49
{
"name": "cryptocurrency-ticker",
"version": "1.0.6",
"description": "Get the current ticker information for cryptocurrencies",
"main": "index.js",
"scripts": {
"test": "mocha ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/cryptocurrency-ticker.git"
},
"keywords": [
"bitcoin",
"bithumb",
"btc",
"bithumb",
"coinone",
"korbit",
"kraken",
"poloniex",
"coin",
"coinone",
"crypto",
"cryptocurrency",
"currency",
"eth",
"ethereum",
"korbit",
"kraken",
"poloniex",
"ticker",
"xbt",
"xrp"
],
"author": "sapphire",
"license": "MIT",
"bugs": {
"url": "https://github.com/sapphiredev/cryptocurrency-ticker/issues"
},
"homepage": "https://github.com/sapphiredev/cryptocurrency-ticker#readme",
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {
"chai": "^4.0.1",
"mocha": "^3.4.2"
}
}