oliverfarrell/perfbudget

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "perfbudget",
  "description": "A stand-alone version of Tim Kadlec's (@tkadlec) grunt-perfbudget plugin.",
  "version": "0.0.9",
  "keywords": [
    "performance",
    "webpagetest"
  ],
  "main": "perfbudget.js",
  "bin": {
    "perfbudget": "cli.js"
  },
  "dependencies": {
    "colors": "^1.1.0",
    "lodash": "^3.9.1",
    "minimist": "^1.1.1",
    "webpagetest": "~0.3.3"
  },
  "devDependencies": {
    "jshint": "^2.7.0",
    "chai": "^2.3.0",
    "mocha": "^2.2.5"
  },
  "scripts": {
    "js": "jshint ./perfbudget.js"
  },
  "homepage": "https://github.com/oliverfarrell/perfbudget",
  "bugs": "https://github.com/oliverfarrell/perfbudget/issues",
  "author": "Oliver Farrell",
  "repository": "https://github.com/oliverfarrell/perfbudget",
  "license": "MIT"
}