BallStateCBER/datacenter-skeleton

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "data-center-skeleton-app",
  "version": "1.0.0",
  "description": "CBER Data Center Skeleton App",
  "main": "",
  "dependencies": {
    "commander": "^2.11.0",
    "dateformat": "^2.0.0",
    "gulp": "^3.9.1",
    "gulp-jshint": "^2.0.4",
    "gulp-less": "^4.0.1",
    "gulp-notify": "^3.0.0",
    "gulp-phpcs": "^2.2.0",
    "gulp-phpunit": "^0.26.0",
    "gulp-util": "^3.0.8",
    "hoek": "^5.0",
    "jquery": "^3.1.1",
    "jshint": "^2.9.6",
    "jshint-stylish": "^2.2.1",
    "less-plugin-clean-css": "^1.5.1",
    "lodash": "^4.17.10",
    "lodash.template": "^4.4.0",
    "minimatch": "^3.0",
    "semver": "^5.3.0",
    "through2": "^2.0.3",
    "uglify-js": "^3.0.5"
  },
  "devDependencies": {},
  "repository": {
    "type": "",
    "url": ""
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "MIT",
  "readme": ""
}