- Complete React app with 7 developer tools - JSON Tool with visual structured editor - Serialize Tool with visual structured editor - URL, Base64, CSV/JSON, Beautifier, Diff tools - Responsive navigation with dropdown menu - Dark/light mode toggle - Mobile-responsive design with sticky header - All tools working with copy/paste functionality
25 lines
597 B
JSON
25 lines
597 B
JSON
{
|
|
"name": "json-schema",
|
|
"version": "0.4.0",
|
|
"author": "Kris Zyp",
|
|
"description": "JSON Schema validation and specifications",
|
|
"maintainers":[
|
|
{"name": "Kris Zyp", "email": "kriszyp@gmail.com"}],
|
|
"keywords": [
|
|
"json",
|
|
"schema"
|
|
],
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"license": "(AFL-2.1 OR BSD-3-Clause)",
|
|
"repository": {
|
|
"type":"git",
|
|
"url":"http://github.com/kriszyp/json-schema"
|
|
},
|
|
"directories": { "lib": "./lib" },
|
|
"main": "./lib/validate.js",
|
|
"devDependencies": { "vows": "*" },
|
|
"scripts": { "test": "vows --spec test/*.js" }
|
|
}
|