-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
75 lines (75 loc) · 1.81 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": "plivo",
"version": "4.69.2",
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML",
"homepage": "https://github.com/plivo/plivo-node",
"files": [
"dist"
],
"main": "dist/rest/client.js",
"keywords": [
"plivo",
"plivo xml",
"rest",
"api",
"telephony"
],
"author": "Plivo SDKs Team",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "6.9.0",
"babel-preset-flow": "^6.23.0",
"babel-register": "^6.9.0",
"del": "^2.0.2",
"eslint": "^3.19.0",
"eslint-config-xo-space": "^0.15.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.33.0",
"flow-bin": "^0.47.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-babel-istanbul": "^1.6.0",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "^1.0.0",
"isparta": "^4.0.0",
"merge-stream": "^2.0.0",
"sinon": "^2.1.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": {
"type": "git",
"url": "git://github.com/plivo/plivo-node.git"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"dependencies": {
"@types/node": "^14.14.14",
"axios": "^0.28.0",
"base-64": "^0.1.0",
"build-url": "^1.0.10",
"form-data": "^4.0.0",
"https-proxy-agent": "^5.0.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.4",
"querystring": "^0.2.0",
"uri-parser": "^1.0.0",
"utf8": "^2.1.2",
"xml2js": "^0.5.0",
"xmlbuilder": "^9.0.1"
}
}