forked from messagebird/messagebird-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 777 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
{
"name": "messagebird",
"version": "2.1.4",
"description": "A node.js wrapper for the MessageBird REST API",
"main": "lib/messagebird.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "node lib/test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/messagebird/messagebird-nodejs.git"
},
"keywords": [
"messagebird",
"sms",
"tts",
"hlr",
"2fa",
"otp",
"voice"
],
"author": "MessageBird <[email protected]> (https://www.messagebird.com/)",
"contributors": [
"Franklin van de Meent <[email protected]> (https://frankl.in/)"
],
"license": "BSD-2-Clause",
"homepage": "https://github.com/messagebird/messagebird-nodejs",
"dependencies": {},
"devDependencies": {}
}