-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.61 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "modesl",
"version": "1.1.3",
"description": "FreeSWITCH ESL Node.js Implementation",
"author": {
"name": "Rohit Bhobu",
"email": "rohit.bhobu@gmail.com"
},
"keywords": [
"freeswitch",
"api",
"wrapper",
"esl",
"event",
"socket",
"library"
],
"homepage": "https://github.com/englercj/node-esl",
"bugs": {
"url": "https://github.com/englercj/node-esl/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/englercj/node-esl.git"
},
"main": "lib/index",
"dependencies": {
"eventemitter2": "~0.4",
"xml2js": "~0.4",
"node-uuid": "~1.4"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.10",
"grunt-mocha-cov": "~0.2",
"mocha-term-cov-reporter": "~0.2",
"chai": "~1.9",
"sinon": "~1.9",
"sinon-chai": "~2.5"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.8.2"
},
"config": {
"blanket": {
"pattern": [
"node-esl/lib"
]
}
},
"_id": "modesl@1.1.2",
"dist": {
"shasum": "ccbceea9d37f90624f3507cf4e7b39fad0587c9e",
"tarball": "https://registry.npmjs.org/modesl/-/modesl-1.1.2.tgz"
},
"_from": "modesl@1.1.2",
"_npmVersion": "1.3.25",
"_npmUser": {
"name": "englercj",
"email": "englercj@live.com"
},
"maintainers": [
{
"name": "englercj",
"email": "englercj@live.com"
}
],
"directories": {},
"_shasum": "ccbceea9d37f90624f3507cf4e7b39fad0587c9e",
"_resolved": "https://registry.npmjs.org/modesl/-/modesl-1.1.2.tgz",
"readme": "ERROR: No README data found!"
}