phorerate
Version:
Provides exchange rates for Phore to Fiat, BTC, and other Altcoins. Also provides Altcoins to Fiat and Altcoins to other Altcoins.
28 lines (27 loc) • 640 B
JSON
{
"name": "phorerate",
"version": "1.0.1",
"description": "Provides exchange rates for Phore to Fiat, BTC, and other Altcoins. Also provides Altcoins to Fiat and Altcoins to other Altcoins. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/phoreproject/phorejs/packages/phorerate"
},
"keywords": [
"phore",
"exchange",
"rates",
"altcoins",
"btc",
"fiat"
],
"author": "Greg Marlin",
"license": "MIT",
"dependencies": {
"request": "^2.87.0",
"underscore": "^1.9.1"
}
}