on-wakeup
Version:
Watches for the computer to fall asleep and then triggers an event callback on wakeup
25 lines (24 loc) • 613 B
JSON
{
"name": "on-wakeup",
"version": "1.0.1",
"description": "Watches for the computer to fall asleep and then triggers an event callback on wakeup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pfraze/on-wakeup.git"
},
"keywords": [
"sleep",
"wakeup",
"event"
],
"author": "Paul Frazee <pfrazee@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pfraze/on-wakeup/issues"
},
"homepage": "https://github.com/pfraze/on-wakeup#readme"
}