@serussi/p360
Version:
Wrapper for Public 360 SIF RPC Web Service from Tieto
62 lines (61 loc) • 1.55 kB
JSON
{
"name": "@serussi/p360",
"version": "1.6.8",
"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",
"trfk"
],
"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"
},
{
"name": "Ashe Serussi",
"email": "ashse@trondelagfylke.no",
"url": "https://github.com/serussi"
}
],
"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": "0.27.2"
},
"engines": {
"node": ">=10.18.0"
}
}