bluelytics
Version:
A very simple Node client for the bluelytics API
32 lines (31 loc) • 641 B
JSON
{
"name": "bluelytics",
"version": "0.0.2",
"description": "A very simple Node client for the bluelytics API",
"main": "index.js",
"scripts": {
"test": "node test/todo.js"
},
"author": {
"name": "Cristian R. Arroyo",
"email": "cristian.arroyo@vivaserver.com"
},
"repository": {
"type": "git",
"url": "git://github.com/vivaserver/bluelytics.git"
},
"homepage": "https://github.com/vivaserver/bluelytics",
"keywords": [
"dolar",
"dolar blue",
"argentina",
"pesos",
"exchange",
"money",
"rate"
],
"license": "MIT",
"dependencies": {
"node-fetch": "^1.7.3"
}
}