UNPKG

487 BJSONView Raw
1{
2 "name": "winreg",
3 "version": "0.0.12",
4 "description": "provides access to the windows registry through the REG tool",
5 "main": "lib/registry.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/fresc81/node-winreg.git"
12 },
13 "keywords": [
14 "windows",
15 "registry"
16 ],
17 "author": "Paul Bottin",
18 "license": "BSD",
19 "readmeFilename": "README.md",
20 "gitHead": "36cfe63a8dcb700cf44b0b7317827099d19c26c1"
21}