UNPKG

fresh-resume-validator

Version:
41 lines (40 loc) 1.03 kB
{ "name": "fresh-resume-validator", "version": "0.2.0", "description": "The official validator for FRESH resumes.", "main": "src/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/fresh-standard/fresh-resume-validator.git" }, "keywords": [ "resume", "employment", "CV", "HackMyResume", "FRESH", "FRESCA" ], "author": "Mackey James <hacksalot@indevious.com> (https://github.com/hacksalot)", "license": "MIT", "bugs": { "url": "https://github.com/fresh-standard/fresh-resume-validator/issues" }, "homepage": "https://github.com/fresh-standard/fresh-resume-validator#readme", "dependencies": { "fresh-resume-schema": "^1.0.0-beta", "is-my-json-valid": "^2.17.1" }, "devDependencies": { "chai": "^4.1.2", "fresh-test-resumes": "^0.9.2", "grunt": "^1.0.2", "grunt-contrib-jshint": "^1.1.0", "grunt-simple-mocha": "^0.4.1", "mocha": "^5.0.0", "underscore": "^1.8.3" } }