From 8b027f23211cc5d6c4548fc9d3c9763b089d4f43 Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 30 Jun 2019 17:54:01 -0500 Subject: [PATCH] docs: list json, package keywords --- README.md | 4 ++-- docs/index.md | 2 +- package.json | 18 +++++++++++++++++- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4eeefe0..e4e3773 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SALTY DOG -Rule-based YAML validator using JSON schemas. Capable of filtering elements to validate partial documents, supports -multiple documents per stream or file, inserting defaults, and other magic. +Rule-based JSON/YAML validator using JSON schemas. Capable of filtering elements to validate partial documents, +supports multiple documents per stream or file, inserting defaults, and other magic. - [SALTY DOG](#SALTY-DOG) - [Getting Started](#Getting-Started) diff --git a/docs/index.md b/docs/index.md index 6628ef2..8e57664 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Salty Dog -Rule-based YAML validator using JSON schemas. +Rule-based JSON/YAML validator using JSON schemas. - [Salty Dog](#Salty-Dog) - [Rules](#Rules) diff --git a/package.json b/package.json index e66db07..13193de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,23 @@ { "name": "salty-dog", "version": "0.4.1", - "description": "Rule-based YAML validator using JSON schemas", + "description": "Rule-based JSON/YAML validator using JSON schemas", + "keywords": [ + "cli", + "json", + "json-lint", + "json-path", + "json-schema", + "json-validation", + "jsonpath", + "jsonschema", + "lint", + "tool", + "validation", + "yaml", + "yaml-lint", + "yaml-validation" + ], "main": "out/main.js", "bin": { "salty-dog": "out/index.js"