forked from taskcluster/taskcluster-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 809 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "taskcluster-cli",
"version": "0.5.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"bin": {
"taskcluster": "bin/taskcluster.js",
"taskcluster-run": "bin/taskcluster-run.js",
"taskcluster-run-graph": "bin/taskcluster-run-graph.js",
"taskcluster-run-task": "bin/taskcluster-run-task.js",
"taskcluster-login": "bin/taskcluster-login.js"
},
"dependencies": {
"debug": "^1.0.4",
"dotenv": "^0.4.0",
"js-yaml": "^3.2.2",
"open": "0.0.5",
"promise": "^5.0.0",
"slugid": "^1.0.1",
"taskcluster-client": "^0.22.0",
"taskcluster-task-factory": "^0.6.3",
"yargs": "^1.3.1",
"appdirectory": "0.1.0",
"mkdirp": "0.5.0"
}
}