forked from marcelog/Nami
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 877 Bytes
/
package.json
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
31
32
33
34
{
"author": "Marcelo Gornstein <[email protected]> (http://marcelog.github.com/)",
"name": "@rohamgoudarz/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": {},
"bugs": {
"url": "https://github.com/marcelog/Nami/issues"
},
"license": "ISC"
}