Changed public api
Showing
.jshintignore
deleted
100644 → 0
.jshintrc
deleted
100644 → 0
{ | ||
"name": "js_jsonschema-validator", | ||
"version": "0.1.1", | ||
"description": "jsonschema validator with custom types and attributes", | ||
"name": "jsonschema-extra", | ||
"version": "1.0.0", | ||
"description": "Extends jsonschema with custom types and attributes", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --bail --reporter spec" | ||
"test": "./node_modules/.bin/mocha --bail --harmony --reporter spec" | ||
}, | ||
"author": "Jaap Karan Singh <jksdua@gmail.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/jksdua__common/jsonschema-validator" | ||
}, | ||
"dependencies": { | ||
"js-quantities": "^1.4.1", | ||
"jshint": "^2.5.2", | ||
"jsonschema": "~0.4.0", | ||
"lodash": "~2.4.1", | ||
"precommit-hook": "^1.0.2" | ||
"lodash.isplainobject": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"mocha": "^1.20.1", | ||
"monk": "^0.9.0" | ||
"jsonschema": "^1.0.0", | ||
"mongodb": "^1.4.16" | ||
} | ||
} |
src/index.js
deleted
100644 → 0
Please register or sign in to comment