forked from marcbarbosa/mercadobitcoin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 707 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "mercadobitcoin-v3",
"description": "Mercado Bitcoin API client (TAPI v3)",
"version": "0.0.5",
"homepage": "https://github.com/macmiranda/mercadobitcoin",
"author": {
"name": "Marco Aurelio Miranda",
"email": "macmiranda@gmail.com"
},
"main": "mercadobitcoin-v3",
"files": ["mercadobitcoin-v3.js"],
"repository": {
"type": "git",
"url": "git://github.com/macmiranda/mercadobitcoin.git"
},
"bugs": {
"url": "https://github.com/macmiranda/mercadobitcoin/issues"
},
"keywords": ["bitcoin", "exchange", "api", "mercadobitcoin"],
"dependencies": {
"unirest": "0.6.0"
},
"license": "MIT"
}