{ "name": "winreg", "version": "1.2.4", "description": "provides access to the windows registry through the REG tool", "main": "lib/registry.js", "scripts": { "test": "mocha test", "generate-docs": "jsdoc -c ./jsdoc.conf.json", "download-docs": "git clone -b gh-pages https://github.com/fresc81/node-winreg.git docs", "checkout-docs": "git clone -b gh-pages git@github.com:fresc81/node-winreg.git docs" }, "homepage": "http://fresc81.github.io/node-winreg", "repository": { "type": "git", "url": "git://github.com/fresc81/node-winreg.git" }, "keywords": [ "windows", "registry" ], "author": "Paul Bottin", "license": "BSD-2-Clause", "readmeFilename": "README.md", "gitHead": "36cfe63a8dcb700cf44b0b7317827099d19c26c1", "devDependencies": { "ink-docstrap": "^1.1.4", "jsdoc": "^3.4.0", "mocha": "^3.0.2", "moment": "^2.11.2", "unit.js": "^2.0.0" } }