{
  "name": "size-matters",
  "version": "0.3.1",
  "description": "Analyze files to measure negative impacts on file size over time.",
  "bin": {
    "size-matters": "./bin/size-matters-module.js"
  },
  "main": "./lib/index.js",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/amctheatres/size-matters.git"
  },
  "scripts": {
    "example-report": "node ./bin/size-matters-module.js -c example.config.json -a fileSize | node ./bin/size-matters-module.js -a generateReport",
    "example-gather-and-report": "node ./bin/size-matters-module.js -c example.config.json -a gatherStats | node ./bin/size-matters-module.js -a fileSize | node ./bin/size-matters-module.js -a generateReport",
    "test": "eslint ./src/**/*.js -o ./reports/eslint/report.txt && jest",
    "doc": "esdoc"
  },
  "keywords": [
    "file",
    "size",
    "filesize",
    "analyze",
    "analysis"
  ],
  "author": "AMC Theatres",
  "license": "ISC",
  "dependencies": {
    "babel-eslint": "^7.2.3",
    "better-sqlite3": "^2.3.3",
    "chartist": "^0.11.0",
    "fs-extra": "^3.0.1",
    "glob": "^7.1.2",
    "html-minifier": "^3.5.0",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "moment": "^2.18.1",
    "node-chartist": "^1.0.2",
    "normalize-path": "^2.1.1",
    "rimraf": "^2.6.1"
  },
  "devDependencies": {
    "esdoc": "^0.5.2",
    "eslint": "^3.15.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.9.0",
    "jest": "^20.0.3"
  }
}
