FreeAllMedia/proven

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "proven",
  "version": "0.2.0",
  "description": "ES6 Component for validations.",
  "main": "index.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FreeAllMedia/proven.git"
  },
  "keywords": [
    "proven",
    "object validation",
    "validation",
    "es6",
        "isClass",
        "isNotEmpty",
        "isNotAssigned",
        "isNumber"
  ],
  "author": "Free All Media, LLC",
  "contributors": [
    {
      "name": "nicosommi",
      "email": "nicosommi@gmail.com"
    },
    {
      "name": "dcrockwell",
      "email": "dcautomates@gmail.com"
    },
    {
      "name": "paulgoggin",
      "email": "pgoggin@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FreeAllMedia/proven/issues"
  },
  "homepage": "https://github.com/FreeAllMedia/proven",
  "dependencies": {
    "check-types": "6.x.x"
  },
  "devDependencies": {
    "babel": "^5.5.6",
    "babel-eslint": "^4.0.5",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "eslint": "^1.1.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.1.0",
    "gulp-istanbul": "^0.10.0",
    "gulp-mocha": "^2.1.1",
    "gulp-util": "^3.0.6",
    "karma": "^0.12.36",
    "karma-browserify": "^4.2.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.0",
    "karma-detect-browsers": "^2.0.0",
    "karma-firefox-launcher": "^0.1.6",
    "karma-ie-launcher": "^0.2.0",
    "karma-mocha": "^0.1.10",
    "karma-phantomjs-launcher": "^0.2.0",
    "karma-safari-launcher": "^0.1.1",
    "karma-sauce-launcher": "^0.2.11",
    "mocha": "^2.2.5",
    "superstack": "0.0.4"
  },
  "generatorVersion": "0.2.20"
}