{
  "name": "insight",
  "version": "0.4.3",
  "description": "Understand how your tool is being used by anonymously reporting usage metrics to an analtyics vendor, e.g. Google Analytics.",
  "keywords": [
    "npm",
    "package",
    "stats",
    "google",
    "analytics",
    "track",
    "metrics"
  ],
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "main": "lib",
  "repository": "yeoman/insight",
  "scripts": {
    "test": "mocha --reporter spec test/test.js"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "async": "^0.9.0",
    "chalk": "^0.5.1",
    "configstore": "^0.3.1",
    "inquirer": "^0.6.0",
    "lodash.debounce": "^2.4.1",
    "object-assign": "^1.0.0",
    "os-name": "^1.0.0",
    "request": "^2.40.0",
    "tough-cookie": "^0.12.1"
  },
  "devDependencies": {
    "mocha": "*",
    "object-values": "^1.0.0",
    "sinon": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "BSD"
}
