{
  "name": "monjs",
  "version": "1.4.0",
  "description": "Painless performance monitoring for Windows.",
  "main": "mon.js",
  "dependencies": {
    "colors": "~1.0.3",
    "csv-parse": "0.0.6",
    "log-timestamp": "^0.1.2",
    "moment": "^2.22.2",
    "numeral": "~1.5.3",
    "optimist": "~0.6.1",
    "underscore": "~1.7.0"
  },
  "devDependencies": {},
  "preferGlobal": true,
  "bin": {
    "mon": "./mon.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/soheilpro/mon"
  },
  "keywords": [
    "mon",
    "perfmon",
    "windows"
  ],
  "author": "Soheil Rashidi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/soheilpro/mon/issues"
  }
}
