UNPKG

729 BJSONView Raw
1{
2 "name": "remote-task",
3 "version": "1.0.0",
4 "description": "Task runner",
5 "main": "src/index.js",
6 "dependencies": {
7 "body-parser": "^1.12.4",
8 "express": "^4.12.4",
9 "request-promise": "^0.4.2",
10 "supertest": "^1.0.1",
11 "through2": "^0.6.5"
12 },
13 "scripts": {
14 "test": "mocha"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/faradayio/remote-task.git"
19 },
20 "keywords": [
21 "remote",
22 "shell",
23 "ssh"
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 "devDependencies": {
32 "mocha": "^2.2.5"
33 }
34}