forked from BelirafoN/asterisk-ami-events-stream
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 819 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
{
"name": "asterisk-ami-events-stream",
"version": "1.2.8",
"description": "Asterisk AMI Events Stream for NodeJS (ES2015)",
"main": "./lib/AmiEventsStream.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha ./test",
"coverage": "istanbul cover _mocha -- -R spec"
},
"directories": {
"lib": "./lib",
"test": "./test"
},
"repository": {
"type": "git",
"url": "[email protected]:BelirafoN/asterisk-ami-event-stream.git"
},
"keywords": [
"voip",
"asterisk",
"ami"
],
"author": {
"name": "Alex Voronyansky",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5"
},
"dependencies": {
"asterisk-ami-event-utils": "^2.0"
}
}