docs: list json, package keywords
This commit is contained in:
parent
62d58fe3a9
commit
8b027f2321
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
18
package.json
18
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"
|
||||
|
|
Loading…
Reference in New Issue