-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "mtgox-apiv2",
"version": "1.1.4",
"description": "mtgox.com API v2 client for node.js",
"keywords": [
"btc",
"bitcoin",
"mtgox"
],
"author": "Ameen Soleimani (https://github.com/ameen3)",
"contributors": [
"Preston Skupinski <[email protected]> (https://github.com/pskupinski)",
"Lars-Magnus Skog <[email protected]> (https://github.com/ralphtheninja)",
"Mike van Rossum (https://github.com/askmike)",
"pulsecat (https://github.com/pulsecat)",
"Josh Harvey (https://github.com/joshmh)",
"Roger Enriquez Jr (https://github.com/rnreekez)"
],
"license": "MIT",
"dependencies": {
"querystring": "0.2.0",
"JSONStream": "0.6.4",
"request": "2.21.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ameen3/node-mtgox-apiv2"
},
"main": "mtgox.js",
"engines": {
"node": "~0.10"
},
"bugs": {
"url": "https://github.com/ameen3/node-mtgox-apiv2/issues",
"email": "[email protected]"
},
"readmeFilename": "README.md"
}