typescript-dotnet-events
Version:
Basic events/dispatching library. Part of the TypeScript.NET-Core libraries.
30 lines (29 loc) • 712 B
JSON
{
"name": "typescript-dotnet-events",
"version": "1.0.8-preview",
"license": "MIT",
"author": "electricessence <npm@electrified.net>",
"description": "Basic events/dispatching library. Part of the TypeScript.NET-Core libraries.",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/electricessence/TypeScript.NET-Core.git"
},
"browser": {
"child_process": false
},
"keywords": [
"JavaScript",
"TypeScript",
".NET",
"dotnet",
"TypeScript.NET",
"typescript-dotnet",
"Event",
"EventDispatcher"
],
"dependencies": {
"tslib": "^1.9.3",
"typescript-dotnet-core": "^1.0.7-preview"
}
}