willcore.core
Version:
Core proxy/assignable modules
43 lines (42 loc) • 993 B
JSON
{
"name": "willcore.core",
"version": "1.0.7",
"description": "Core proxy/assignable modules",
"main": "proxies/willCore/willCoreProxy.js",
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.0.1",
"module-alias": "^2.2.2",
"rewiremock": "^3.13.9"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilipCoder/willCore.core.git"
},
"keywords": [
"Proxies",
"Assignables"
],
"author": "Philip Schoeman",
"license": "LGPL-2.1-only",
"bugs": {
"url": "https://github.com/PhilipCoder/willCore.core/issues"
},
"homepage": "https://github.com/PhilipCoder/willCore.core#readme",
"files": [
"/assignable",
"/moduleContainer",
"/proxies"
],
"_moduleAliases": {
"willcore.testAssingable": "test/mocks/module-container.js",
"willcore.testAssingableObj": "test/mocks/module-container.js"
},
"dependencies": {}
}