UNPKG

adsb-message-integrator

Version:

Integrates ADSB messages into a continually updating model of the current state of all recently detected ADSB transponders

40 lines (39 loc) 1.12 kB
{ "name": "adsb-message-integrator", "version": "0.2.0", "description": "Integrates ADSB messages into a continually updating model of the current state of all recently detected ADSB transponders", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "node --harmony_arrow_functions node_modules/mocha/bin/_mocha --recursive --ui bdd ./test" }, "keywords": [ "ADSB" ], "author": "Scott Donnelly", "license": "MIT", "dependencies": { "bluebird": "^2.9.27", "koa-bodyparser": "^2.0.0", "koa-router": "^5.1.1", "lodash": "^3.9.3", "moment": "^2.10.5", "seneca": "https://github.com/sc0ttyd/seneca/archive/master.tar.gz", "seneca-bluebird": "https://github.com/sc0ttyd/seneca-bluebird/archive/master.tar.gz", "string-hash": "^1.1.0" }, "devDependencies": { "chai": "^3.0.0", "chai-as-promised": "^5.1.0", "koa": "^0.21.0", "koa-bodyparser": "^2.0.0", "koa-mount": "^1.3.0", "mocha": "^2.2.5", "proxyquire": "^1.5.0", "sinon": "^1.14.1", "sinon-chai": "^2.8.0", "supertest": "^1.0.1" } }