enco-poodle-json-schema
Version:
Adds JSON SCHEMA functionality to the Enco project
30 lines (29 loc) • 757 B
JSON
{
"name": "enco-poodle-json-schema",
"version": "0.1.32",
"description": "Adds JSON SCHEMA functionality to the Enco project",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sichallinor/enco-poodle-json-schema.git"
},
"keywords": [
"JSON",
"SCHEMA",
"CRUD",
"API"
],
"author": "Simon Challinor <sdchallinor@gmail.com> (https://tdr-encompass.com/sichallinor)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sichallinor/enco-poodle-json-schema/issues"
},
"homepage": "https://github.com/sichallinor/enco-poodle-json-schema#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1"
}
}