sn-sms
Version:
A simple CLI tool for work with sms in standart-n automation
40 lines (39 loc) • 801 B
JSON
{
"name": "sn-sms",
"preferGlobal": false,
"description": "A simple CLI tool for work with sms in standart-n automation",
"version": "0.1.6",
"author": "aleksnick <aleksnick01@list.ru>",
"maintainers": [
"aleksnick <aleksnick01@list.ru>"
],
"repository": {
"type": "git",
"url": "http://github.com/standart-n/sn-calls-sms.git"
},
"keywords": [
"cli",
"sn",
"standart-n",
"calls",
"sms"
],
"bin": "./sn-sms",
"main": "./app",
"scripts": {
"test": "make test"
},
"dependencies": {
"express":"*",
"commander": "*",
"net": "*",
"table-parser": "*",
"colors": "*",
"node-firebird": "*",
"validator": "*"
},
"engines": {
"node": "*"
},
"devDependencies": {}
}