national-rail-darwin-promise
Version:
A promise based wrapper for the national-rail-darwin library to access national rails SOAP API.
44 lines (43 loc) • 1.25 kB
JSON
{
"name": "national-rail-darwin-promise",
"description": "A promise based wrapper for the national-rail-darwin library to access national rails SOAP API.",
"version": "1.0.4",
"main": "index.js",
"scripts": {
"test": "nyc mocha --recursive --timeout=10000 --exit --reporter mocha-junit-reporter --reporter-options mochaFile=reports/mocha/test-results.xml",
"coverage": "nyc report --reporter=html --check-coverage",
"lint": "standard"
},
"license": "MIT",
"keywords": [
"national-rail",
"darwin",
"trains",
"rail"
],
"files": [
"index.js"
],
"engines": {
"node": ">= 10.15.3"
},
"author": "James Gawn <james@gawn.uk> (https://gawn.uk)",
"homepage": "https://github.com/jamesgawn/national-rail-darwin-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/jamesgawn/national-rail-darwin-promise.git"
},
"bugs": "https://github.com/jamesgawn/national-rail-darwin-promise/issues",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.1.3",
"mocha-junit-reporter": "^2.0.0",
"nyc": "^15.1.0",
"sinon": "^9.2.0",
"sinon-chai": "^3.5.0",
"standard": "^14.3.4"
},
"dependencies": {
"national-rail-darwin": "^1.0.8"
}
}