UNPKG

electron-vibrancy

Version:

Enable blurring the back of your transparent BrowserWindow using this simple module.

54 lines (53 loc) 1.82 kB
{ "name": "electron-vibrancy", "version": "0.1.3", "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.11.1", "coffeelint": "^1.16.0", "electron-prebuilt": "^1.4.2", "mocha": "^3.1.2", "node-gyp": "^1.0.3", "node-pre-gyp": "^0.6.19", "spectron": "^3.4.0" }, "dependencies": { "bindings": "^1.2.1", "nan": "^2.0.5" }, "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 --target=1.4.2 --arch=x64 --debug --dist-url=https://atom.io/download/atom-shell", "build": "node-gyp build --target=1.4.2 --arch=x64 --debug --dist-url=https://atom.io/download/atom-shell", "nrebuild": "node-gyp rebuild --debug --arch=x64 --verbose", "nbuild": "node-gyp build --debug", "conf": "node-gyp configure --arch=x64", "postinstall": "npm run rebuild" }, "repository": { "type": "git", "url": "git+https://github.com/arkenthera/electron-vibrancy.git" }, "keywords": [ "electron", "vibrant", "vibrancy", "blur", "transparent", "transparency" ], "author": "arkenthera", "license": "MIT", "gypfile": true, "bugs": { "url": "https://github.com/arkenthera/electron-vibrancy/issues" }, "homepage": "https://github.com/arkenthera/electron-vibrancy#readme" }