-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 812 Bytes
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
{
"name": "ldbws-json",
"version": "1.0.3",
"engines": {
"node": ">=7.6"
},
"description": "JSON Interface for the National Rail Enquiries Darwin OpenLDBWS SOAP service. Requires a valid token to access services.",
"author": {
"name": "SpiralArm Consulting ltd",
"email": "srogers.uk@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/magnatronus/ldbws-json",
"repository": {
"type": "git",
"url": "https://github.com/magnatronus/ldbws-json"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"ldbws",
"darwin",
"json"
],
"devDependencies": {
"eslint": "^5.16.0",
"mocha": "^6.1.3"
},
"dependencies": {
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"xml2js": "^0.4.19"
}
}