{
  "name": "detect-adblock",
  "version": "0.0.2",
  "description": "Implements detecting of adblockers in browser",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run clean && npm run build:lib",
    "build:lib": "babel src --out-dir lib",
    "clean": "./node_modules/.bin/rimraf lib",
    "version": "npm run build",
    "eslint": "eslint src/**",
    "test": "jest --debug",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blueberryapps/detect-adblock.git"
  },
  "keywords": [
    "adblocker",
    "adblock",
    "detection"
  ],
  "author": "Blueberry",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/blueberryapps/detect-adblock/issues"
  },
  "homepage": "https://github.com/blueberryapps/detect-adblock#readme",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-eslint": "^7.1.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-stage-1": "^6.22.0",
    "eslint": "^3.16.1",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-jsx-a11y": "4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "jest": "20.0.4",
    "jest-enzyme": "^2.1.2",
    "jsdom": "11.0.0",
    "rimraf": "^2.6.0"
  },
  "jest": {
    "globals": {
      "window": true,
      "document": true
    },
    "setupFiles": [
      "./setupFile.js"
    ]
  }
}
