djv
Version:
dynamic json-schema validator
58 lines (57 loc) • 1.6 kB
JSON
{
"name": "djv",
"version": "2.1.4",
"description": "dynamic json-schema validator",
"main": "lib/djv.js",
"browser": "djv.js",
"scripts": {
"build": "webpack",
"changelog": "generate-changelog",
"docs": "jsdoc -r lib/ -d docs/auto",
"lint": "eslint ./lib",
"prepublishOnly": "npm run test && npm run build",
"test": "npm run test:jasmine && npm run lint",
"test:jasmine": "jasmine JASMINE_CONFIG_PATH=package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/korzio/djv.git"
},
"keywords": [
"json-schema",
"json",
"schema",
"validator",
"validate"
],
"author": "Alexander Korzhikov <korzio@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/korzio/djv/issues"
},
"homepage": "https://github.com/korzio/djv#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"generate-changelog": "^1.2.1",
"jasmine": "^2.5.2",
"jsdoc": "^3.5.5",
"json-schema-benchmark": "https://github.com/ebdrup/json-schema-benchmark.git",
"json-schema-test": "^1.3.0",
"json-schema-test-suite": "https://github.com/json-schema/JSON-Schema-Test-Suite.git",
"source-map-loader": "^0.2.1",
"webpack": "^3.0.0"
},
"optionalDependencies": {
"@korzio/djv-draft-04": "^2.0.1"
},
"spec_dir": "test",
"spec_files": [
"**/*.js"
],
"stopSpecOnExpectationFailure": false
}