Ryzii74/scheme-validator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "author": "Dmitri Boronin <ryzii@yandex.ru>",
  "name": "scheme-validator",
  "version": "0.0.3",
  "description": "Simple lib for object validation by scheme",
  "repository": {
    "type": "git",
    "url": "git://github.com/Ryzii74/scheme-validator.git"
  },
  "keywords": [
    "validator",
    "scheme",
    "object scheme",
    "object",
    "scheme validation"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/* && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {
  },
  "devDependencies": {
    "coveralls": "^2.7.0",
    "istanbul": "^0.3.0",
    "chai": "^3.5.0",
    "mocha": "^2.4.5"
  },
  "optionalDependencies": {},
  "license": "ISC"
}