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"