UNPKG

790 BJSONView Raw
1{
2 "name": "gemini-exchange-coffee-api",
3 "version": "1.0.0",
4 "description": "This is a node.js wrapper for gemini cryptocurrency exchange, a fork of a fork :-) . Viewable here https://github.com/KevTheRev13/gemini-exchange-coffee-api",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/KevTheRev13/gemini-exchange-coffee-api.git"
12 },
13 "keywords": [
14 "gemini",
15 "exchange",
16 "bitcoin",
17 "api",
18 "cryptocurrency"
19 ],
20 "author": "KevTheRev13",
21 "license": "AGPL-3.0",
22 "bugs": {
23 "url": "https://github.com/KevTheRev13/gemini-exchange-coffee-api/issues"
24 },
25 "homepage": "https://github.com/KevTheRev13/gemini-exchange-coffee-api#readme"
26}