Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/bats-core/bats-support.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fffba646de2082ba11245ac56f835da4847e2ac1 (plain)
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
{
  "name": "bats-support",
  "version": "0.3.0",
  "description": "Supporting library for Bats test helpers",
  "homepage": "https://github.com/jasonkarns/bats-support",
  "license": "CC0-1.0",
  "contributors": [
    "Zoltán Tömböl (https://github.com/ztombol)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasonkarns/bats-support.git"
  },
  "bugs": {
    "url": "https://github.com/jasonkarns/bats-support/issues"
  },
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "files": [
    "load.bash",
    "src"
  ],
  "scripts": {
    "test": "bats ${CI+-t} test"
  }
}