UNPKG

@serussi/p360

Version:

Wrapper for Public 360 SIF RPC Web Service from Tieto

56 lines (55 loc) 1.4 kB
{ "name": "@serussi/p360", "version": "1.5.1", "description": "Wrapper for Public 360 SIF RPC Web Service from Tieto", "main": "index.js", "publishConfig": { "access": "public" }, "scripts": { "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" }, "repository": { "type": "git", "url": "git+https://github.com/serussi/p360.git" }, "keywords": [ "vtfk", "Vestfold og Telemark", "Public360" ], "author": { "name": "Mats Andreassen", "email": "mats.andreassen@vtfk.no", "url": "https://github.com/matsand" }, "contributors": [ { "name": "Rune Moskvil Lyngås", "email": "rune.moskvil.lyngaas@vtfk.no", "url": "https://github.com/runely" } ], "license": "MIT", "bugs": { "url": "https://github.com/serussi/p360/issues" }, "homepage": "https://github.com/serussi/p360#readme", "devDependencies": { "ava": "3.15.0", "coveralls": "3.1.1", "nyc": "15.1.0", "standard": "16.0.4" }, "dependencies": { "axios": "^1.3.4" }, "engines": { "node": ">=10.18.0" } }