-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
44 lines (44 loc) · 948 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
35
36
37
38
39
40
41
42
43
44
{
"name": "asterisk-ami-client",
"version": "1.1.5",
"description": "Asterisk AMI Client for NodeJS (ES2015)",
"main": "./lib/AmiClient.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha ./test",
"coverage": "istanbul cover _mocha -- -R spec"
},
"directories": {
"examples": "./examples",
"lib": "./lib",
"test": "./test"
},
"repository": {
"type": "git",
"url": "git@github.com:BelirafoN/asterisk-ami-client.git"
},
"keywords": [
"voip",
"asterisk",
"ami"
],
"author": {
"name": "Alex Voronysnaky",
"email": "belirafon@gmail.com"
},
"dependencies": {
"asterisk-ami-connector": "^1.0",
"co": "^4.6.0",
"debug": "^2.2.0"
},
"devDependencies": {
"asterisk-ami-event-utils": "^2.0.2",
"asterisk-ami-test-server": "^0.1.4",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5"
},
"license": "MIT"
}