UNPKG

789 BJSONView Raw
1{
2 "name": "bitfinex",
3 "version": "0.2.7",
4 "gypfile": true,
5 "scripts": {
6 "start": "node test.js"
7 },
8 "description": "node.js wrapper for bitfinex cryptocurrency exchange",
9 "main": "bitfinex.js",
10 "scripts": {
11 "build": "coffee --bare --compile *.coffee",
12 "prepublish": "coffee --bare --compile *.coffee"
13 },
14 "keywords": [
15 "bitfinex",
16 "litecoin",
17 "bitcoin",
18 "cryptocurrency",
19 "exchange"
20 ],
21 "author": {
22 "name": "Gabriel Ferrin",
23 "email": "garf11235813@gmail.com"},
24 "contributors": "Nick Addison",
25 "dependencies": {
26 "request": "~2.30.0",
27 "querystring": "~0.2.0",
28 "crypto": "~0.0.3",
29 "coffee-script": ">= 1.3"
30 },
31 "repository": {
32 "type": "git",
33 "url": "git://github.com/naddison36/bitfinex.git"
34 }
35}