UNPKG

778 BJSONView Raw
1{
2 "name": "remote-task",
3 "version": "1.2.4",
4 "description": "Task runner",
5 "main": "src/index.js",
6 "dependencies": {
7 "bluebird": "^2.9.27",
8 "body-parser": "^1.12.4",
9 "express": "^4.12.4",
10 "request-promise": "^0.4.2",
11 "supertest": "^1.0.1",
12 "through2": "^0.6.5",
13 "uuid": "^2.0.1"
14 },
15 "scripts": {
16 "test": "mocha"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/faradayio/remote-task.git"
21 },
22 "keywords": [
23 "remote",
24 "shell",
25 "ssh"
26 ],
27 "author": "Tristan Davies <tristan@faraday.io>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/faradayio/remote-task/issues"
31 },
32 "homepage": "https://github.com/faradayio/remote-task",
33 "devDependencies": {
34 "mocha": "^2.2.5"
35 }
36}