{
  "name": "sweter",
  "version": "1.0.0",
  "description": "Simple web performance reporter",
  "author": {
    "name": "Michał Jezierski",
    "email": "ambinanitelo@gmail.com"
  },
  "scripts": {
    "pretest": "./node_modules/.bin/jshint cli.js index.js lib/**/*.js",
    "test": "mocha"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "bin": {
    "sweter": "cli.js"
  },
  "repository": "msn0/sweter",
  "license": "Apache-2.0",
  "files": [
    "index.js",
    "cli.js",
    "lib"
  ],
  "jshintConfig": {
    "node": true,
    "esnext": true,
    "bitwise": true,
    "camelcase": true,
    "curly": true,
    "immed": true,
    "newcap": true,
    "noarg": true,
    "undef": true,
    "unused": true,
    "strict": true
  },
  "keywords": [
    "performance"
  ],
  "dependencies": {
    "cron": "^1.0.9",
    "daemon": "^1.1.0",
    "meow": "^3.1.0",
    "phantomas": "^1.10.0",
    "sweter-console-reporter": "^0.1.0",
    "sweter-elastic-reporter": "^0.1.1",
    "sweter-json-reporter": "^0.1.0",
    "sweter-stats-reporter": "^0.3.0"
  },
  "devDependencies": {
    "jshint": "^2.6.3",
    "mocha": "^2.2.4",
    "rewire": "^2.3.4",
    "sinon": "^1.15.4"
  }
}
