robinjmurphy/gzipped

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gzipped",
  "version": "0.0.5",
  "description": "Command line utility to calculate gzip compression savings",
  "main": "index.js",
  "bin": "bin/gzipped",
  "preferGlobal": true,
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/robinjmurphy/gzipped.git"
  },
  "keywords": [
    "gzip",
    "gzipped",
    "compression",
    "stats"
  ],
  "author": "robin@robinmurphy.co.uk",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/robinjmurphy/gzipped/issues"
  },
  "homepage": "https://github.com/robinjmurphy/gzipped",
  "dependencies": {
    "commander": "~2.1.0",
    "filesize": "~2.0.3",
    "chalk": "~0.4.0"
  },
  "devDependencies": {
    "mocha": "~1.18.0"
  }
}