isokay
Version:
Javascript schema validator
26 lines (25 loc) • 517 B
JSON
{
"name": "isokay",
"version": "1.5.0",
"description": "Javascript schema validator",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tether/isokay.git"
},
"keywords": [
"tether"
],
"author": "Olivier Wietrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/tether/isokay/issues"
},
"homepage": "https://github.com/tether/isokay#readme",
"devDependencies": {
"tape": "*"
}
}