validat
Version:
Validation of input/output parameters in the GulfStream package.
32 lines (31 loc) • 666 B
JSON
{
"name": "validat",
"version": "0.0.10",
"description": "Validation of input/output parameters in the GulfStream package.",
"main": "index.js",
"keywords": [
"validation",
"valid",
"parameters",
"gulfstream"
],
"license": "MIT",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/GulfStreamJS/validat.git"
},
"bugs": {
"url": "https://github.com/GulfStreamJS/validat/issues"
},
"homepage": "https://gulfstream.to",
"dependencies": {
"metator": "latest",
"ajv": "6.10.0"
},
"devDependencies": {
"mocha": "6.1.4"
}
}