tarsius-messaging-sms-twillio
Version:
tarsius plugin for send sms using twillio service
53 lines (52 loc) • 1.23 kB
JSON
{
"name": "tarsius-messaging-sms-twillio",
"version": "0.0.1",
"description": "tarsius plugin for send sms using twillio service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "muhammad hasan <hasan@lussa.net>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.1.1",
"install": "^0.4.1",
"npm": "^3.5.2",
"twilio": "^2.8.0"
},
"tarsius": {
"type": "messaging.sms",
"name": "twillio sms gateway",
"configs": [
{
"name": "accountSid",
"title": "account SID",
"type": "string"
},
{
"name": "number",
"title": "nomor pengirim",
"type": "string"
},
{
"name": "authToken",
"title": "authentication token",
"type": "password"
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/lussatech/tarsius-messaging-sms-twillio.git"
},
"keywords": [
"tarsius",
"nodejs",
"twillio",
"sms"
],
"bugs": {
"url": "https://github.com/lussatech/tarsius-messaging-sms-twillio/issues"
},
"homepage": "https://github.com/lussatech/tarsius-messaging-sms-twillio#readme"
}