node.js-sip
Version:
Node.js VOIP Library
22 lines (21 loc) • 367 B
JSON
{
"name": "emitter-component",
"description": "Event emitter",
"version": "1.1.1",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"component": {
"scripts": {
"emitter": "index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/component/emitter.git"
},
"scripts": {
"test": "make test"
}
}