json-to-schema-www
Version:
A tool to translate json to json-schema
18 lines (17 loc) • 343 B
JSON
{
"name": "json-to-schema-www",
"version": "1.0.0",
"description": "A tool to translate json to json-schema",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"json",
"schema",
"json-schema",
"json-to-schema"
],
"author": "www",
"license": "ISC"
}