mgraph.events
Version:
Modern eventing library for Node.js and browsers
37 lines (36 loc) • 847 B
JSON
{
"name": "mgraph.events",
"version": "1.0.0",
"description": "Modern eventing library for Node.js and browsers",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"test": "tap"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/mgraph.events.git"
},
"keywords": [
"events",
"eventing",
"mgraph"
],
"author": "Your Name",
"contributors": [
{
"name": "Andrei Kashcha",
"url": "https://github.com/anvaka",
"note": "Original author of ngraph.events"
}
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/yourusername/mgraph.events/issues"
},
"homepage": "https://github.com/yourusername/mgraph.events#readme",
"devDependencies": {
"tap": "^21.0.2"
}
}