UNPKG

textmate

Version:

"use your command line for texting purposes"

37 lines (36 loc) 764 B
{ "name": "textmate", "version": "0.0.1", "description": "\"use your command line for texting purposes\"", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "texting", "twillio", "cli" ], "repository": { "type": "git", "url": "https://github.com/lrlna/cli-texting.git" }, "bin": { "textmate": "index.js" }, "preferGlobal": true, "author": "Irina Shestak", "license": "MIT", "dependencies": { "cli-color": "~1.0.0", "express": "~4.10.2", "fs": "0.0.2", "inquirer": "^1.2.1", "path": "~0.12.7", "prompt": "^0.2.14", "promzard": "^0.3.0", "through2": "^0.6.5", "twilio": "~2.3.0", "yargs": "^6.0.0-alpha.1" } }