UNPKG

the

Version:

Lightweight schemas for everywhere, whenever.

52 lines (51 loc) 1.08 kB
{ "name": "the", "description": "Lightweight schemas for everywhere, whenever.", "version": "1.0.2", "author": "Dylan Piercey <pierceydylan@gmail.com>", "bugs": "https://github.com/DylanPiercey/the/issues", "dependencies": { "is-typeof": "^1.0.3" }, "devDependencies": { "dox": "^0.9.0", "gulp": "^3.9.1", "mocha": "^3.4.2", "snazzy": "^7.0.0", "standard": "^10.0.2" }, "homepage": "https://github.com/DylanPiercey/the", "keywords": [ "assert", "ok", "okay", "schema", "test", "the", "validate", "validation", "validator" ], "license": "MIT", "main": "lib/index.js", "prepublish": "npm test && npm run doc", "repository": { "type": "git", "url": "https://github.com/DylanPiercey/the" }, "scripts": { "doc": "gulp build-doc", "lint": "standard --verbose | snazzy", "test": "npm run lint && mocha ./test/**/*.test.js" }, "standard": { "globals": [ "describe", "it", "before", "beforeEach", "after", "afterEach" ] } }