crypto-coin
Version:
gets basic market data
26 lines (25 loc) • 570 B
JSON
{
"name": "crypto-coin",
"version": "1.0.0",
"description": "gets basic market data",
"keywords": ["Crypto", "Coins", "BTC", "sync"],
"main": "server.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"default-user-agent": "^1.0.0",
"sync-request": "^4.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "dreamiko",
"license": "MIT",
"repository" :
{ "type" : "git"
, "url" : "https://github.com/Dreamiko/crypto-coin"
}
}