{
  "name": "supertracker",
  
  "version": "0.0.53",
  "clientVersion": "0.0.1",
  "description": "A super package for tracking and visualising user activity",
  "main": "./lib/supertracker.js",
  "bin": {
    "supertracker": "./bin/supertracker"
  },
  "scripts": {
    "test": "echo \"test\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arnolduis/supertracker.git"
  },
  "dependencies": {
    "async": "*",
    "body-parser": "*",
    "cors": "~2.7.1",
    "express": ">3.0.0",
    "mongo-fast-join": "*",
    "mongoose": ">3.0.0",
    "nconf": "*",
    "referer-parser": "*",
    "strftime": "*",
    "ua-parser": "*"
  },
  "keywords": [
    "event",
    "track"
  ],
  "author": "arnolduis",
  "license": "GLP",
  "bugs": {
    "url": "https://github.com/arnolduis/supertracker/issues"
  },
  "homepage": "https://github.com/arnolduis/supertracker"
}
