{
  "name": "windows-quiet-hours",
  "version": "2.0.0",
  "description": "Checks if Windows 10 quiet hours are active",
  "main": "lib/index.js",
  "scripts": {
    "test": "standard && node ./test/test.js"
  },
  "repository": "https://github.com/felixrieseberg/windows-quiet-hours",
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/felixrieseberg/windows-quiet-hours/blob/master/LICENSE"
    }
  ],
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "*"
  },
  "author": {
    "email": "felix@felixrieseberg.com",
    "name": "Felix Rieseberg",
    "url": "http://www.felixrieseberg.com"
  },
  "keywords": [
    "windows",
    "registry",
    "quiet hours"
  ]
}
