willcore.sse
Version:
WillCore.UI expansion module to enable server-side events.
40 lines • 1.01 kB
JSON
{
"name": "willcore.sse",
"version": "1.0.0",
"description": "WillCore.UI expansion module to enable server-side events.",
"main": "moduleContainer/willCoreModules.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilipCoder/willcore.sse.git"
},
"keywords": [
"Server-side",
"events",
"WillCore"
],
"author": "Philip Schoeman",
"license": "LGPL-2.1-only",
"bugs": {
"url": "https://github.com/PhilipCoder/willcore.sse/issues"
},
"homepage": "https://github.com/PhilipCoder/willcore.sse#readme",
"dependencies": {},
"devDependencies": {
"module-alias": "^2.2.2",
"willcore.bootstrap": "^1.1.0",
"willcore.server": "^1.0.9",
"willcore.session": "^1.0.4",
"willcore.ui": "^1.1.8"
},
"_moduleAliases": {
"willcore.sse": "moduleContainer/willCoreModules.js"
},
"files": [
"/client",
"/moduleContainer",
"/server_server"
]
}