hnb_script
Version:
Fetches currency data fron HNB and makes it available over API
41 lines (40 loc) • 879 B
JSON
{
"name": "hnb_script",
"version": "0.1.2",
"author": {
"name": "Josip Marković",
"email": "josip.markovic09@gmail.com"
},
"contributors": {
"name": "Alen Genzić",
"email": "theeskhaton@gmail.com"
},
"description": "Fetches currency data fron HNB and makes it available over API",
"license": "BSD-2-Clause",
"dependencies": {
"request": "~2.27.x",
"winston": "~0.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/PrimaxLite/hnb_script"
},
"bugs": {
"url": "https://github.com/PrimaxLite/hnb_script/issues"
},
"main": "index.js",
"devDependencies": {
"should": "~2.0.2",
"mocha": "~1.14.0"
},
"scripts": {
"test": "mocha -R spec ./test/tests.js"
},
"keywords": [
"hnb",
"script",
"tecaj",
"tecajna",
"lista"
]
}