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:
-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"
+ }
}