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 # SALTY DOG
Rule-based YAML validator using JSON schemas. Capable of filtering elements to validate partial documents, supports Rule-based JSON/YAML validator using JSON schemas. Capable of filtering elements to validate partial documents,
multiple documents per stream or file, inserting defaults, and other magic. supports multiple documents per stream or file, inserting defaults, and other magic.
- [SALTY DOG](#SALTY-DOG) - [SALTY DOG](#SALTY-DOG)
- [Getting Started](#Getting-Started) - [Getting Started](#Getting-Started)

View File

@ -1,6 +1,6 @@
# Salty Dog # Salty Dog
Rule-based YAML validator using JSON schemas. Rule-based JSON/YAML validator using JSON schemas.
- [Salty Dog](#Salty-Dog) - [Salty Dog](#Salty-Dog)
- [Rules](#Rules) - [Rules](#Rules)

View File

@ -1,7 +1,23 @@
{ {
"name": "salty-dog", "name": "salty-dog",
"version": "0.4.1", "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", "main": "out/main.js",
"bin": { "bin": {
"salty-dog": "out/index.js" "salty-dog": "out/index.js"