-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"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": "3.4.1"
},
"devDependencies": {
"ava": "4.0.0",
"coveralls": "3.1.1",
"nyc": "15.1.0",
"standard": "16.0.4"
},
"engines": {
"node": ">=12.18.2"
}
}