ewc
Version:
JavaScript bindings for the different Window(s) composition.
41 lines (40 loc) • 1.19 kB
JSON
{
"name": "ewc",
"version": "0.0.1",
"description": "JavaScript bindings for the different Window(s) composition.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"preinstall": "echo This is a work in progress. There may/will be bugs. You can open an issue at https://github.com/23phy/ewc/issues'",
"clean": "node-gyp clean",
"conf": "node-gyp configure",
"build": "node-gyp build --target=4.0.1 --runtime=electron --arch=x64 --dist-url=https://atom.io/download/atom-shell",
"rebuild": "npm run clean && npm run conf && npm run build",
"postinstall": "npm run rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/23phy/ewc.git"
},
"keywords": [
"Electron",
"Acrylic",
"Blur",
"Transparent",
"Composition",
"Windows"
],
"author": "23phy (https://github.com/23phy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/23phy/ewc/issues"
},
"homepage": "https://github.com/23phy/ewc#readme",
"dependencies": {
"bindings": "^1.3.1",
"node-addon-api": "^1.6.2"
},
"devDependencies": {
"node-gyp": "^3.8.0"
}
}