UNPKG

smpp-cli

Version:

Simplifies the way to handle SMS to SMPP server

36 lines (35 loc) 703 B
{ "name": "smpp-cli", "version": "1.0.3", "description": "Simplifies the way to handle SMS to SMPP server", "main": "./lib/index.js", "bin": { "smpp-cli": "./bin/index.js" }, "engines": { "node": ">=0.10.0" }, "dependencies": { "chalk": "^1.1.3", "commander": "^2.9.0", "dnode": "^1.2.2", "moment": "^2.18.1", "q": "^1.5.0", "smpp": "^0.3.1" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://www.github.com/terox/smpp-cli" }, "keywords": [ "smpp", "cli", "dnode" ], "author": "David Pérez Terol", "license": "MIT" }