UNPKG

909 BJSONView Raw
1{
2 "name": "gemini-exchange-coffee-api",
3 "version": "1.0.3",
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 "gypfile": true,
6 "scripts": {
7 "build": "coffee --bare --compile *.coffee",
8 "prepublish": "coffee --output lib --compile src"
9 },
10 "main": "lib/gemini.js",
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/KevTheRev13/gemini-exchange-coffee-api.git"
14 },
15 "keywords": [
16 "gemini",
17 "exchange",
18 "bitcoin",
19 "api",
20 "cryptocurrency"
21 ],
22 "author": "KevTheRev13",
23 "license": "AGPL-3.0",
24 "dependencies": {
25 "request": "~2.30.0"
26 },
27 "homepage": "https://github.com/KevTheRev13/gemini-exchange-coffee-api#readme",
28 "bugs": {
29 "url": "https://github.com/KevTheRev13/gemini-exchange-coffee-api/issues"
30 }
31}