UNPKG

@taskr/shell

Version:

Execute shell commands with Taskr

40 lines (39 loc) 699 B
{ "name": "@taskr/shell", "version": "1.1.0", "description": "Execute shell commands with Taskr", "repository": "lukeed/taskr", "license": "MIT", "main": "index.js", "files": [ "index.js" ], "keywords": [ "taskr", "taskr-plugin", "command", "shell", "exec" ], "scripts": { "test": "tape test/*.js | tap-spec" }, "author": { "name": "Luke Edwards", "email": "luke@lukeed.com", "url": "http://github.com/lukeed" }, "dependencies": { "execa": "^0.7.0" }, "devDependencies": { "@taskr/clear": "^1.1.0", "taskr": "^1.1.0" }, "engines": { "node": ">= 4.6" }, "publishConfig": { "access": "public" } }