vehicle-history
Version:
Check vehicle history based on vin number.
63 lines (62 loc) • 1.65 kB
JSON
{
"name": "vehicle-history",
"version": "1.2.0",
"description": "Check vehicle history based on vin number.",
"main": "./lib/vehicleHistory.js",
"dependencies": {
"assert-plus": "1.0.0",
"async": "2.5.0",
"config": "1.26.2",
"keen-js": "4.2.0",
"moment": "2.18.1",
"my-restify-api": "0.6.4",
"newrelic": "2.2.2",
"pl-numberplates": "1.0.0",
"uk-numberplates": "0.0.2",
"vehicle-history-model": "1.2.1",
"vehicle-history-provider-web": "1.2.0",
"vehicle-history-provider-xml": "1.2.0",
"winston": "2.4.0",
"winston-loggly": "1.3.1"
},
"devDependencies": {
"chai": "4.1.2",
"istanbul": "0.4.5",
"mocha": "4.0.0",
"nsp": "2.8.1",
"rewire": "2.5.2"
},
"scripts": {
"prepublish": "npm prune",
"test": "mocha --recursive test",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --recursive test",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/vehicle-history/npm-vehicle-history.git"
},
"bugs": {
"url": "https://github.com/vehicle-history/npm-vehicle-history/issues"
},
"keywords": [
"check",
"vehicle",
"history",
"vin",
"plate",
"car"
],
"author": {
"name": "Zenedith",
"email": "zenedith@wp.pl"
},
"license": "MIT",
"homepage": "https://github.com/vehicle-history/npm-vehicle-history",
"engines": {
"node": ">=7.4.0"
},
"readmeFilename": "README.md",
"_id": "vehicle-history@1.1.0",
"_from": "vehicle-history@^1.1.0"
}