-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 974 Bytes
/
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
{
"name": "ldbs-json",
"version": "1.2.1",
"engines": {
"node": ">=7.6"
},
"description": "JSON Interface for the National Rail Enquiries Darwin OpenLDBWS and OpenLDSVWS SOAP services. To access either servce will require a valid token.",
"author": {
"name": "SpiralArm Consulting ltd & Artonezero ltd",
"email": "srogers.uk@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/magnatronus/ldbs-json",
"repository": {
"type": "git",
"url": "https://github.com/magnatronus/ldbs-json"
},
"main": "index.js",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js *.js; exit 0",
"lint_report": "./node_modules/eslint/bin/eslint.js -f html -o eslint_out.html .;exit 0"
},
"keywords": [
"ldbws",
"ldbs",
"openldbws",
"openldbsvws",
"darwin",
"json"
],
"dependencies": {
"node-fetch": "^2.6.0",
"xml2js": "^0.4.22"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}