UNPKG

grunt-yaml-validator

Version:

Validate Yaml files and enforce a given structure

56 lines (55 loc) 1.2 kB
{ "name": "grunt-yaml-validator", "description": "Validate Yaml files and enforce a given structure", "version": "3.0.0", "homepage": "https://github.com/paazmaya/grunt-yaml-validator", "author": { "name": "Juga Paazmaya", "email": "paazmaya@yahoo.com", "url": "https://paazmaya.fi" }, "main": "tasks/yaml_validator.js", "repository": { "type": "git", "url": "git://github.com/paazmaya/grunt-yaml-validator.git" }, "bugs": { "url": "https://github.com/paazmaya/grunt-yaml-validator/issues" }, "license": "MIT", "files": [ "LICENSE", "tasks", "README.md" ], "engines": { "node": ">=14.15.0" }, "scripts": { "test": "grunt test", "lint": "eslint tasks Gruntfile.js" }, "dependencies": { "yaml-validator": "3.0.1" }, "devDependencies": { "blanket": "1.2.3", "eslint": "8.42.0", "eslint-config-paazmaya": "8.0.0", "grunt": "1.6.1", "grunt-mocha-test": "0.13.3", "jit-grunt": "0.10.0", "mocha": "10.2.0", "time-grunt": "2.0.0" }, "peerDependencies": { "grunt": "^1.1.0" }, "keywords": [ "gruntplugin", "yaml", "tree", "validate", "structure" ] }