{
  "name": "p360",
  "version": "3.1.3",
  "description": "Communicates with p360 SIF",
  "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",
  "engines": {
    "node": ">=8.15.0"
  },
  "scripts": {
    "doctoc": "doctoc README.md --github",
    "test": "standard && 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"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telemark/node-p360.git"
  },
  "bugs": {
    "url": "https://github.com/telemark/node-p360/issues"
  },
  "homepage": "https://github.com/telemark/node-p360#readme",
  "dependencies": {
    "is-fn": "2.0.0",
    "soap": "0.25.0"
  },
  "devDependencies": {
    "ava": "1.1.0",
    "coveralls": "3.0.2",
    "doctoc": "1.4.0",
    "nyc": "13.1.0",
    "standard": "12.0.1"
  }
}
