policeman
Version:
Lightweight yet powerful schema validator
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "policeman",
"version": "0.2.5",
"description": "Lightweight yet powerful schema validator",
"main": "lib/policeman.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"test": "node test/tests.js | tap-spec",
"doc": "./node_modules/.bin/typedoc --module commonjs --out doc",
"clean": "rm -rf doc lib test",
"lint": "tslint src/lib/* src/test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichalZalecki/policeman.git"
},
"keywords": [
"schema-validator",
"schema",
"validator",
"validation",
"errors",
"email"
],
"author": "MichalZalecki <michal@michalzalecki.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MichalZalecki/policeman/issues"
},
"homepage": "https://github.com/MichalZalecki/policeman#readme",
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"tslint": "^3.14.0",
"typedoc": "^0.4.4",
"typescript": "^1.8.10"
},
"dependencies": {
"lodash": "^4.15.0"
}
}