brreg-regnr-search
Version:
Searches Brønnøysundregistrene for vechicle owner information based on Norwegian license plates.
31 lines (30 loc) • 804 B
JSON
{
"name": "brreg-regnr-search",
"main": "brreg-regnr-search.js",
"description": "Searches Brønnøysundregistrene for vechicle owner information based on Norwegian license plates.",
"version": "2.0.1",
"license": "MIT",
"author": "Vidar Waagbø <vidar@waagbo.com> (https://github.com/vidarw)",
"dependencies": {
"jsdom": "^9.4.2"
},
"devDependencies": {},
"scripts": {
"test": "node test.js RK77773"
},
"repository": {
"type": "git",
"url": "https://github.com/vidarw/node-brreg-regnr-search.git"
},
"keywords": [
"brønnøysund",
"registreringsnummer",
"bil",
"brreg",
"privacy"
],
"bugs": {
"url": "https://github.com/vidarw/node-brreg-regnr-search/issues"
},
"homepage": "https://github.com/vidarw/node-brreg-regnr-search"
}