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

github.com/bats-core/bats-support.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Karns <jason@karns.name>2019-01-30 20:23:12 +0300
committerJason Karns <jason@karns.name>2019-01-30 20:23:12 +0300
commit47b7821eeeccc1290cc8213f8dec720d609ecc4f (patch)
treec039f56df458002a548afb46e1b3bd61bcedd31f
parent004e707638eedd62e0481e8cdc9223ad471f12ee (diff)
fill out rest of package.json
-rw-r--r--package.json25
1 files changed, 24 insertions, 1 deletions
diff --git a/package.json b/package.json
index 192d16a..fffba64 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,28 @@
{
"name": "bats-support",
"version": "0.3.0",
- "private": true
+ "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"
+ }
}