UNPKG

jsmdb

Version:

JSMumps Database Component

25 lines (24 loc) 519 B
{ "name": "jsmdb", "version": "0.0.3", "description": "JSMumps Database Component", "main": "./lib/jsmdb.js", "scripts": { "test": "jasmine-node --verbose spec/jsmdbSpec.js" }, "repository": { "type": "git", "url": "https://gitlab.coherent-logic.com/jpw/jsmdb.git" }, "keywords": [ "mumps", "m" ], "author": "John P. Willis <jpw@coherent-logic.com>", "license": "AGPL-3.0", "dependencies": { "jsmlog": "0.0.1", "nodem": "^0.20.0", "underscore": "^1.13.1" } }