UNPKG

suppose

Version:

Automate command line programs. Like UNIX expect.

39 lines (38 loc) 840 B
{ "name": "suppose", "version": "0.6.2", "description": "Automate command line programs. Like UNIX expect.", "homepage": "https://github.com/jprichardson/node-suppose", "repository": { "type": "git", "url": "https://github.com/jprichardson/node-suppose" }, "keywords": [ "test", "testing", "automate", "expect", "unix" ], "author": "JP Richardson <jprichardson@gmail.com>", "contributors": [ "Kevin Locke <kevin@kevinlocke.name>" ], "license": "MIT", "dependencies": { "cross-spawn": "^5.0.1", "force-array": "^3.1.0", "string": "~3.3.1", "strip-ansi": "^3.0.1" }, "devDependencies": { "autoresolve": "0.0.x", "fs-extra": "~0.30.0", "mocha": "^2.5.3", "testutil": "~0.7.0" }, "main": "./lib/suppose", "scripts": { "test": "mocha" } }