We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30d338e + 09cb7a7 commit 17f41edCopy full SHA for 17f41ed
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "windows-registry-node",
3
- "version": "1.0.0",
+ "name": "windows-registry",
+ "version": "0.0.2",
4
"description": "Read and Write to the Windows registry in-process from Node.js. Easily set application file associations and other goodies & such.",
5
"main": "index.js",
6
"directories": {
@@ -42,7 +42,16 @@
42
"uac",
43
"association"
44
],
45
- "author": "sedouard",
+ "author": { "name" : "Steven Edouard",
46
+ "email" : "sedouard@microsoft.com",
47
+ "url" : "http://stevenedouard.com"
48
+ },
49
+ "contributors": [
50
+ { "name" : "Rita Zhang",
51
+ "email" : "ritazh@microsoft.com",
52
+ "url" : "https://ritazh.com"
53
+ }
54
+ ],
55
"license": "ISC",
56
"bugs": {
57
"url": "https://github.com/CatalystCode/windows-registry-node/issues"
0 commit comments