{
  "name": "famous-metrics",
  "version": "0.2.0",
  "description": "Metrics collection for Famous Tools",
  "main": "index.js",
  "scripts": {
    "test": "eslint index.js && tape test/* | tap-spec",
    "prepublish": "npm ls && npm test"
  },
  "author": "Andrew de Andrade <andrew@famo.us>",
  "license": "MPL-2.0",
  "dependencies": {
    "mixpanel": "0.0.20",
    "osenv": "^0.1.0",
    "rc": "^0.6.0"
  },
  "devDependencies": {
    "async": "^0.9.0",
    "eslint": "^0.13.0",
    "mkdirp": "^0.5.0",
    "rimraf": "^2.2.8",
    "tap-spec": "^2.1.1",
    "tape": "^3.0.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FamousTools/famous-metrics.git"
  },
  "bugs": {
    "url": "https://github.com/FamousTools/famous-metrics/issues"
  },
  "homepage": "https://github.com/FamousTools/famous-metrics"
}
