@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
26 lines (25 loc) • 474 B
JSON
{
"name": "emitter-mixin",
"version": "0.0.3",
"description": "Node's EventEmitter mixin",
"main": "y",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/yields/emitter-mixin"
},
"keywords": [
"emitter",
"mixin",
"EventEmitter",
"events"
],
"author": "Amir Abu Shareb <amir.abu.shareb@me.com>",
"license": "MIT",
"devDependencies": {
"mocha": "*",
"should": "*"
}
}