UNPKG

nami

Version:

An asterisk manager interface client, uses EventEmitter to communicate events, will allow you to send actions, and receive responses (and associated events), and also receive async events from server

29 lines (28 loc) 769 B
{ "author": "Marcelo Gornstein <marcelog@gmail.com> (http://marcelog.github.com/)", "name": "nami", "description": "An asterisk manager interface client, uses EventEmitter to communicate events, will allow you to send actions, and receive responses (and associated events), and also receive async events from server", "version": "0.7.2", "homepage": "https://github.com/marcelog/Nami", "keywords": [ "asterisk", "manager", "interface", "nami", "action", "response", "event", "node" ], "repository": { "type": "git", "url": "git://github.com/marcelog/Nami.git" }, "main": "src/nami", "scripts": { "test": "index" }, "engines" : { "node" : ">=0.6.5" }, "dependencies": {}, "devDependencies": {} }