wake-lock
Version:
keep your computer awake
22 lines (21 loc) • 467 B
JSON
{
"name": "wake-lock",
"version": "0.2.0",
"description": "keep your computer awake",
"author": "Jeremy Apthorp <nornagon@nornagon.net>",
"repository": "https://github.com/nornagon/node-wake-lock",
"homepage": "https://github.com/nornagon/node-wake-lock",
"main": "index.js",
"keywords": [
"wake",
"sleep",
"idle",
"display",
"prevent"
],
"license": "ISC",
"gypfile": true,
"dependencies": {
"bindings": "^1.5.0"
}
}