UNPKG

@bidvol/openrtb-schema-validator

Version:
37 lines (36 loc) 833 B
{ "name": "@bidvol/openrtb-schema-validator", "version": "0.1.11", "description": "OpenRTB parser and validator", "main": "index.js", "engines": { "node": ">=6.0.0" }, "repository": { "type": "git", "url": "https://github.com/Bidvol/openrtb-schema-validator/" }, "keywords": [ "OpenRTB", "RTB", "validation" ], "dependencies": { "ajv": "^5.2.0" }, "devDependencies": { "chai": "^4.1.2", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "mocha": "^4.0.1", "standard": "^10.0.3" }, "scripts": { "test": "mocha spec/*.spec.js" }, "author": "Itamar Maltz", "license": "MIT" }