{
  "name": "cck",
  "version": "1.0.36",
  "description": "A strict validator for string, integer, email, etc.",
  "main": "lib/cck.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/keel/cck.git"
  },
  "keywords": [
    "cck",
    "validator",
    "validate",
    "validation",
    "util",
    "tool",
    "check",
    "email",
    "url",
    "string"
  ],
  "devDependencies": {
    "chai": "^2.3.0",
    "mocha": "^9.2.1",
    "rewire": "^2.5.2"
  },
  "author": "keel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/keel/cck/issues"
  },
  "homepage": "https://github.com/keel/cck#readme"
}
