UNPKG

@on-time/core

Version:

core business logic for OT API

36 lines (35 loc) 668 B
{ "name": "@on-time/core", "version": "1.81.0", "description": "core business logic for OT API", "main": "app.js", "scripts": { "test": "mocha ./test" }, "repository": { "url": "https://mulugeta_adonias@bitbucket.org/qenetech/ot-core.git" }, "keywords": [ "OT", "on-time", "core", "module", "component", "taxi", "transportation", "fleet-management", "dispatch" ], "author": "On Time Inc.", "license": "MIT", "dependencies": { "express": "4.17.1", "mongodb": "3.6.0", "mongoose": "5.10.2" }, "devDependencies": { "chai": "4.2.0", "mocha": "8.1.3", "sinon": "9.0.3" } }