-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@orbit-online/task-runner-builder",
"bin": {
"create-task-runner": "./bin/install-task-runner.sh",
"orb": "./bin/orbit-task-runner.sh"
},
"version": "1.0.0",
"description": "Generic CLI task runner, find and run local project tasks / tools easily",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/orbit-online/task-runner.git"
},
"keywords": [
"command-line",
"command line",
"cli",
"runner",
"task",
"tool"
],
"author": {
"name": "Orbit Online A/S",
"email": "[email protected]",
"url": "https://github.com/orbit-online"
},
"contributors": [
{
"email": "[email protected]",
"name": "Brian Kejlberg",
"url": "https://github.com/thetrompf"
}
],
"bugs": {
"url": "https://github.com/orbit-online/task-runner/issues"
},
"homepage": "https://github.com/orbit-online/task-runner#readme",
"devDependencies": {
"@orbit-online/create-task-runner": "^2.0.1",
"@orbit-online/package-version": "^1.3.4",
"@orbit-online/task-runner": "^2.0.2"
},
"dependencies": {
"@orbit-online/task-runner": "2.0.2"
},
"private": true
}