skemata
Version:
An object structure and type validation library
33 lines (32 loc) • 672 B
JSON
{
"name": "skemata",
"version": "0.1.2",
"description": "An object structure and type validation library",
"main": "lib/index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunch/skemata.git"
},
"keywords": [
"object",
"schema",
"validation",
"types",
"type"
],
"author": "Paul Miller (http://paulmillr.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brunch/skemata/issues"
},
"homepage": "https://github.com/brunch/skemata#readme",
"dependencies": {
"fast-levenshtein": "^1.1.3"
},
"devDependencies": {
"ava": "^0.14.0"
}
}