{
  "name": "@alheimsins/p360",
  "version": "1.0.4",
  "description": "Wrapper for Public 360 SIF SOAP Web Service from tieto",
  "license": "MIT",
  "author": {
    "name": "Jonas Enge",
    "email": "jonas.enge@t-fk.no",
    "url": "https://github.com/maccyber"
  },
  "contributors": [
    {
      "name": "Geir Gåsodden",
      "email": "geir.gasodden@pythonia.no",
      "url": "https://github.com/zrrrzzt"
    }
  ],
  "main": "index.js",
  "scripts": {
    "test": "standard && npm audit && ava",
    "test-offline": "standard && ava",
    "coverage": "nyc ava",
    "coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
    "standard-fix": "standard --fix",
    "refresh": "rm -rf node_modules && rm package-lock.json && npm install"
  },
  "keywords": [
    "Telemark fylkeskommune",
    "tfk",
    "360",
    "public 360",
    "SIF"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alheimsins/p360.git"
  },
  "bugs": {
    "url": "https://github.com/alheimsins/p360/issues"
  },
  "homepage": "https://github.com/alheimsins/p360#readme",
  "dependencies": {
    "strong-soap": "2.0.0"
  },
  "devDependencies": {
    "ava": "3.10.1",
    "coveralls": "3.1.0",
    "nyc": "15.1.0",
    "standard": "14.3.4"
  },
  "engines": {
    "node": ">=12.18.2"
  }
}
