UNPKG

coindesk-api

Version:

A node package to get data from the coindesk api.

33 lines (32 loc) 741 B
{ "name": "coindesk-api", "version": "0.1.4", "description": "A node package to get data from the coindesk api.", "main": "index.js", "scripts": { "test": "echo \"Warning: no test specified\" && exit 0" }, "repository": { "type": "git", "url": "https://github.com/coyno/coindesk-api-node.git" }, "keywords": [ "bitcoin", "coindesk", "exchangerates" ], "author": "Levin Keller", "license": "MIT", "bugs": { "url": "https://github.com/levino/coindesk-api-node/issues" }, "homepage": "https://github.com/levino/coindesk-api-node", "dependencies": { "async": "^0.9.0", "request": "^2.51.0", "underscore": "^1.7.0" }, "devDependencies": { "standard": "^8.6.0" } }