{
  "name": "evibtest",
  "version": "0.1.9",
  "description": "Enable blurring the back of your transparent BrowserWindow using this simple module.",
  "main": "index.js",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "coffee-script": "^1.12.6",
    "coffeelint": "^1.16.0",
    "electron": "^6.0.2",
    "mocha": "^3.4.1",
    "node-gyp": "^5.0.3",
    "node-pre-gyp": "^0.13.0",
    "spectron": "^3.6.4"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.14.0"
  },
  "scripts": {
    "test-spectron": "mocha --compilers coffee:coffee-script/register ./spec/vibrancy-spec.coffee",
    "test-module": "mocha --compilers coffee:coffee-script/register ./spec/module-spec.coffee",
    "run-test-app": "./node_modules/.bin/electron ./spec/app",
    "lint-cpp": "python scripts/lint.py",
    "lint-coffee": "coffeelint spec",
    "rebuild": "node-gyp rebuild --runtime=electron --debug --dist-url=https://npm.taobao.org/mirrors/atom-shell",
    "build": "node-gyp build --target=1.6.8 --runtime=electron --arch=x64 --debug --dist-url=https://npm.taobao.org/mirrors/atom-shell",
    "nrebuild": "node-gyp rebuild --debug --arch=x64 --verbose --dist-url=https://electronjs.org/headers --target=8.0.2",
    "nbuild": "node-gyp build --debug",
    "conf": "node-gyp configure --arch=x64",
    "postinstall": "npm run rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hxkuc/electron-vibrancy.git"
  },
  "keywords": [
    "electron",
    "vibrant",
    "vibrancy",
    "blur",
    "transparent",
    "transparency"
  ],
  "author": "hxkuc",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/hxkuc/electron-vibrancy/issues"
  },
  "homepage": "https://github.com/hxkuc/electron-vibrancy#readme"
}
