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: 50156877033bf7a2feddb5b1c021aab5ea8b1c3f (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
29
30
{
  "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",
  "author": "Zoltán Tömböl (https://github.com/ztombol)",
  "contributors": [
    "Jason Karns <jason.karns@gmail.com> (http://jason.karns.name)"
  ],
  "repository": "github:jasonkarns/bats-support",
  "bugs": "https://github.com/jasonkarns/bats-support/issues",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "files": [
    "load.bash",
    "src"
  ],
  "scripts": {
    "test": "bats ${CI+-t} test"
  },
  "devDependencies": {
    "bats": "^1"
  },
  "peerDependencies": {
    "bats": "0.4 || ^1"
  }
}