fixer.io
Version:
fixer.io is currency exchange rates provider
27 lines (26 loc) • 530 B
JSON
{
"name": "fixer.io",
"version": "1.0.5",
"description": "fixer.io is currency exchange rates provider",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fixer.io",
"currency",
"api",
"exchange",
"rates",
"170 + worlds currency"
],
"author": "Abdul Gani",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdulgani92/fixer.io.git"
}
}