{
  "name": "@mrporter/frontend-monitoring",
  "version": "5.0.4",
  "description": "Utils and Events for MRP front end monitoring",
  "main": "dist/index.js",
  "scripts": {
    "dist": "babel src --out-dir dist",
    "prepublish": "npm test",
    "test": "npm run dist && babel test/**/*.js --out-file __test.js && ./node_modules/mocha/bin/mocha __test.js"
  },
  "author": {
    "name": "Thomas Williams",
    "email": "thomas.williams@net-a-porter.com"
  },
  "dependencies": {
    "keen-tracking": "^1.0.5"
  },
  "keywords": [
    "monitoring",
    "front-end",
    "keen"
  ],
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "mocha": "^3.0.2",
    "sinon": "^1.17.5"
  }
}
