vehicle-history-model
Version:
53 lines (52 loc) • 1.42 kB
JSON
{
"name": "vehicle-history-model",
"version": "1.2.1",
"description": "Vehicle history model.",
"main": "./index.js",
"dependencies": {
"assert-plus": "1.0.0",
"async": "2.1.4",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"winston": "2.3.1",
"winston-loggly": "1.3.1"
},
"devDependencies": {
"chai": "3.5.0",
"config": "1.24.0",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"nsp": "2.6.2"
},
"scripts": {
"prepublish": "npm prune && node_modules/nsp/bin/nsp check",
"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 --check-leaks --report lcovonly -- --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/vehicle-history/npm-vehicle-history-model.git"
},
"bugs": {
"url": "https://github.com/vehicle-history/npm-vehicle-history-model/issues"
},
"keywords": [
"check",
"vehicle",
"history",
"model"
],
"author": {
"name": "Zenedith",
"email": "zenedith@wp.pl"
},
"license": "MIT",
"homepage": "https://github.com/vehicle-history/npm-vehicle-history-model",
"engines": {
"node": ">=6.0.0"
},
"readmeFilename": "README.md",
"_id": "vehicle-history-model@1.2.1",
"_from": "vehicle-history-model@^1.2.1"
}