mcode-package
Version:
An npm package to collect all MicroCODE 'mcode-' packages into a single 'mcode.' namespace. This allows any of the packages to be used independently--mcode-log, mcode-list, etc.--but have them all collected into 'mcode.<function>()' syntax when used togth
35 lines (34 loc) • 1.05 kB
JSON
{
"name": "mcode-package",
"version": "0.7.1",
"description": "An npm package to collect all MicroCODE 'mcode-' packages into a single 'mcode.' namespace. This allows any of the packages to be used independently--mcode-log, mcode-list, etc.--but have them all collected into 'mcode.<function>()' syntax when used togther.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicroCODEIncorporated/mcode-package.git"
},
"keywords": [
"Utility",
"Logging",
"List",
"Processing",
"Builder",
"MicroCODE"
],
"author": "Timothy McGuire",
"company": "MicroCODE, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/MicroCODEIncorporated/mcode-package/issues"
},
"homepage": "https://github.com/MicroCODEIncorporated/mcode-package#readme",
"dependencies": {
"mcode-cache": "^0.7.1",
"mcode-data": "^0.6.2",
"mcode-list": "^0.6.1",
"mcode-log": "^0.6.9"
}
}