UNPKG

electron-windows-secondary-tiles

Version:
37 lines (36 loc) 987 B
{ "name": "electron-windows-secondary-tiles", "version": "0.2.7", "description": "Pin and manage Secondary Live Tiles on Windows 10 from Electron", "main": "lib/index.js", "scripts": { "preinstall": "node ./pre-build.js", "postinstall": "node-gyp rebuild" }, "repository": { "type": "git", "url": "git+https://github.com/bitdisaster/electron-windows-secondary-tiles.git" }, "keywords": [ "windows10", "tiles", "notification" ], "author": { "email": "jan.hannemann@outlook.com", "name": "Jan Hannemann", "url": "http://sumry.me/janhannemann" }, "license": "MIT", "bugs": { "url": "https://github.com/bitdisaster/electron-windows-secondary-tiles/issues" }, "homepage": "https://github.com/bitdisaster/electron-windows-secondary-tiles#readme", "dependencies": { "bindings": "^1.3.0", "nan": "^2.11.0" }, "devDependencies": { "electron-rebuild": "^1.7.3" } }