UNPKG

630 BJSONView Raw
1{
2 "name": "remote-task",
3 "version": "0.6.1",
4 "description": "Task runner",
5 "main": "index.js",
6 "dependencies": {
7 "bluebird": "^2.8.2",
8 "event-stream": "^3.2.1",
9 "shell-escape": "^0.2.0",
10 "through2": "^1.1.1",
11 "winston": "^0.8.3"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/faradayio/remote-task.git"
16 },
17 "keywords": [
18 "remote",
19 "shell",
20 "ssh"
21 ],
22 "author": "Tristan Davies <tristan@faraday.io>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/faradayio/remote-task/issues"
26 },
27 "homepage": "https://github.com/faradayio/remote-task"
28}