forked from jamiebuilds/ci-parallel-vars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 679 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 679 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
32
33
34
35
36
{
"name": "ci-parallel-vars",
"version": "1.0.0",
"description": "Get CI environment variables for parallelizing builds",
"main": "index.js",
"repository": "https://github.com/jamiebuilds/ci-parallel-vars",
"author": "Jamie Kyle <me@thejameskyle.com>",
"license": "MIT",
"keywords": [
"ci",
"env",
"vars",
"index",
"total",
"parallel",
"builds",
"tests",
"travis",
"circle",
"buildkite",
"bitbucket",
"pipelines",
"knapsack"
],
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"devDependencies": {
"ava": "^0.25.0",
"flow-bin": "^0.73.0",
"spawndamnit": "^2.0.0"
}
}