UNPKG

711 BJSONView Raw
1{
2 "name": "remote-task",
3 "version": "0.4.0",
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 "terminus": "^1.0.11",
11 "through2": "^1.1.1",
12 "winston": "^0.8.3",
13 "winston-papertrail": "^1.0.1"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/faradayio/remote-task.git"
18 },
19 "keywords": [
20 "remote",
21 "shell",
22 "ssh",
23 "papertrail"
24 ],
25 "author": "Tristan Davies <tristan@faraday.io>",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/faradayio/remote-task/issues"
29 },
30 "homepage": "https://github.com/faradayio/remote-task"
31}