1
0
Fork 0

docs: list json, package keywords

This commit is contained in:
ssube 2019-06-30 17:54:01 -05:00
parent 62d58fe3a9
commit 8b027f2321
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 20 additions and 4 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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"