daniellmb/AQUA

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "aqua",
  "version": "1.0.1",
  "description": "AQUA: Automated QUality Analysis; used to raise the visibility of code quality and increase awareness within teams by getting immediate feedback about code smells before they become technical debt.",
  "author": "Daniel Lamb <dlamb.open.source@gmail.com> (http://daniellmb.com)",
  "homepage": "http://daniellmb.github.io/AQUA/",
  "bugs": {
    "url": "https://github.com/daniellmb/AQUA/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/daniellmb/AQUA.git"
  },
  "scripts": {
    "test": "gulp aqa-lint aqa-gpa aqa-chk aqa-unit"
  },
  "contributors": [],
  "main": "./index.js",
  "dependencies": {
    "chai": "^4.1.1",
    "colors": "^1.1.2",
    "extend": "^3.0.1",
    "glob": "^7.1.2",
    "gulp": "^3.9.1",
    "gulp-bump": "^2.7.0",
    "gulp-clean": "^0.3.2",
    "gulp-closure-compiler": "^0.4.0",
    "gulp-complexity": "^0.3.2",
    "gulp-istanbul": "^1.1.2",
    "gulp-istanbul-enforcer": "^1.0.3",
    "gulp-jasmine": "^2.4.2",
    "gulp-jsdoc3": "^1.0.1",
    "gulp-jshint": "^2.0.4",
    "gulp-karma": "0.0.5",
    "gulp-protractor": "^4.1.0",
    "gulp-util": "^3.0.8",
    "istanbul": "^0.4.5",
    "jasmine-core": "^2.7.0",
    "jshint": "^2.9.5",
    "karma": "^1.7.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-coveralls": "^1.1.2",
    "karma-firefox-launcher": "^1.0.1",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-nyan-reporter": "^0.2.5",
    "karma-opera-launcher": "^1.0.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-requirejs": "^1.1.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.1.0",
    "karma-sinon": "^1.0.5",
    "karma-story-reporter": "^0.3.1",
    "lodash": "^4.17.4",
    "log4js": "^2.3.3",
    "madge": "^2.0.0",
    "mocha": "^3.5.0",
    "phantomjs-prebuilt": "^2.1.14",
    "protractor": "^5.1.2",
    "requirejs": "^2.3.4",
    "rewire": "^2.5.2",
    "sinon": "^3.1.0",
    "yargs": "^8.0.2"
  },
  "peerDependencies": {
    "gulp": ">= 3"
  },
  "engines": {
    "node": ">= 0.12"
  },
  "keywords": [
    "automate",
    "automation",
    "analysis",
    "analyze",
    "code quality",
    "code style",
    "test",
    "testing",
    "unit",
    "unit test",
    "amd",
    "commonjs",
    "gragh",
    "chart",
    "dependency",
    "requirejs",
    "tdd",
    "functional",
    "end-to-end",
    "e2e test",
    "bdd",
    "istanbul",
    "halstead",
    "cyclomatic",
    "complexity",
    "lint",
    "jslint",
    "jshint",
    "checker",
    "closure linter",
    "closure compiler",
    "instrument",
    "instrumentation",
    "analytics",
    "metrics",
    "stats",
    "statistics",
    "report",
    "documentation"
  ]
}