Revert "Changed public api"
This reverts commit 66472b3a.
Showing
{ | ||
"name": "jsonschema-extra", | ||
"version": "1.0.0", | ||
"description": "Extends jsonschema with custom types and attributes", | ||
"name": "js_jsonschema-validator", | ||
"version": "0.1.0", | ||
"description": "jsonschema validator with custom types and attributes", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --bail --harmony --reporter spec" | ||
"test": "./node_modules/.bin/mocha --bail" | ||
}, | ||
"author": "Jaap Karan Singh <jksdua@gmail.com>", | ||
"dependencies": { | ||
"lodash.isplainobject": "^2.4.1" | ||
"jsonschema": "~0.4.0", | ||
"lodash": "~2.4.1" | ||
}, | ||
"devDependencies": { | ||
"jsonschema": "^1.0.0", | ||
"mongodb": "^1.4.16" | ||
"chai": "^1.9.1", | ||
"mocha": "^1.20.1", | ||
"monk": "^0.9.0" | ||
} | ||
} |
src/Class.Validator.js
0 → 100644
src/index.js
0 → 100644
Please register or sign in to comment