hypnos
Version:
Module for determining if device is sleeping
29 lines (28 loc) • 615 B
JSON
{
"name": "hypnos",
"version": "0.1.2",
"description": "Module for determining if device is sleeping",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:msemenistyi/hypnos.git"
},
"keywords": [
"sleeping",
"mobile",
"background"
],
"author": "msemenistyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/msemenistyi/hypnos/issues"
},
"homepage": "https://github.com/msemenistyi/hypnos",
"devDependencies": {
"should": "~3.1.3",
"mocha": "~1.18.2"
}
}