UNPKG

egg-raml-validate

Version:
46 lines (45 loc) 957 B
{ "name": "egg-raml-validate", "version": "0.6.2", "description": "Validate parameters via raml for egg.", "eggPlugin": { "name": "raml-validate", "dependencies": [ "validate" ] }, "files": [ "app", "app.js" ], "repository": { "type": "git", "url": "git+https://github.com/m31271n/egg-raml-validate.git" }, "keywords": [ "raml-validate", "validate", "egg", "egg.js" ], "bugs": { "url": "https://github.com/m31271n/egg-raml-validate/issues" }, "homepage": "https://github.com/m31271n/egg-raml-validate#readme", "dependencies": { "debug": "^2.6.6", "egg-path-matching": "^1.0.0", "lodash.get": "^4.4.2", "lodash.isempty": "^4.4.0", "lodash.set": "^4.3.2", "raml-1-parser": "1.1.20" }, "engines": { "node": ">=7.6.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "m31271n", "license": "MIT" }