car-registration-api-croatia
Version:
Get car information from a Croatian number plate. An account username is required, which you can get from http://www.provjeraregistracije.com
23 lines (22 loc) • 646 B
JSON
{
"name": "car-registration-api-croatia",
"version": "1.0.5",
"description": "Get car information from a Croatian number plate. An account username is required, which you can get from http://www.provjeraregistracije.com",
"main": "index.js",
"repository": "http://www.provjeraregistracije.com/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"car",
"registration",
"croatia",
"hrvatska",
"provjera registracije"
],
"author": "Infinite Loop <info@infiniteloop.ie> (http://www.infiniteloop.ie)",
"license": "ISC",
"dependencies": {
"xml2js": "^0.4.17"
}
}