forked from marcelog/Nami
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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.6.7",
"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": {
"log4js": "0.3.9"
},
"devDependencies": {}
}