@kartotherian/input-validator
Version:
Functions to assert input correctness for Kartotherian
32 lines (31 loc) • 789 B
JSON
{
"name": "@kartotherian/input-validator",
"version": "1.0.1-wmf.0",
"description": "Functions to assert input correctness for Kartotherian",
"main": "validator.js",
"scripts": {
"test": "mocha",
"preversion": "npm test"
},
"repository": "kartotherian/input-validator",
"keywords": [
"kartotherian",
"input",
"validation"
],
"author": "Yuri Astrakhan <YuriAstrakhan@gmail.com>",
"license": "MIT",
"bugs": "https://github.com/kartotherian/input-validator/issues",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@kartotherian/err": "^1.0.2-wmf.0",
"quadtile-index": "^0.0.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "^3.2.0"
},
"gitHead": "fe2c429367e0340f8727e263721f195a06867057"
}