{
  "name": "donottrack",
  "version": "1.1.2",
  "description": "Module to check the value of the DNT header",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run build && mocha tests/",
    "build": "babel src --out-dir lib --copy-files",
    "build:watch": "npm run build -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Ephys/do-not-track.git"
  },
  "keywords": [
    "DNT",
    "Do Not Track",
    "Tracking",
    "JavaScript",
    "Browser"
  ],
  "author": "Guylian Cox <guyliancox@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Ephys/do-not-track/issues"
  },
  "homepage": "https://github.com/Ephys/do-not-track#readme",
  "devDependencies": {
    "@foobarhq/eslint-config": "^1.0.1",
    "babel-cli": "^6.24.0",
    "babel-preset-es2015": "^6.24.0",
    "eslint": "^3.18.0",
    "mocha": "^3.2.0",
    "should": "^11.2.1"
  }
}
