{
  "name": "tfk-saksbehandling-skoleskyss-tbr",
  "version": "6.0.22",
  "description": "Checks if TBR is transporter",
  "license": "MIT",
  "author": {
    "name": "Geir Gåsodden",
    "email": "geir.gasodden@pythonia.no",
    "url": "https://github.com/zrrrzzt"
  },
  "main": "index.js",
  "engines": {
    "node": ">=4.6.2"
  },
  "scripts": {
    "test": "standard && nsp check && tap --reporter=spec test/*.js",
    "coverage": "tap test/*.js --coverage",
    "coveralls": "tap --cov --coverage-report=lcov test/*.js && cat coverage/lcov.info | coveralls",
    "setup": "npm install && node setup.js"
  },
  "keywords": [
    "Telemark fylkeskommune",
    "tfk",
    "API",
    "saksbehandling",
    "skoleskyss"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/telemark/tfk-saksbehandling-skoleskyss-tbr.git"
  },
  "bugs": {
    "url": "http://github.com/telemark/tfk-saksbehandling-skoleskyss-tbr/issues"
  },
  "devDependencies": {
    "coveralls": "2.13.1",
    "nsp": "2.7.0",
    "standard": "10.0.3",
    "tap": "10.6.0"
  },
  "dependencies": {
    "is-file": "1.0.0"
  }
}
