Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NAME

node-win32ole - Asynchronous, non-blocking win32ole bindings for [node.js](https://github.com/joyent/node) powered by v8 engine .
node-win32ole - Windows COM bindings for [node.js](https://github.com/joyent/node)

win32ole makes accessibility from node.js to Excel, Word, Access, Outlook, InternetExplorer, WSH ( ActiveXObject / COM ) and so on. It does not need TypeLibrary.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "win32ole",
"version": "0.1.3",
"description": "Asynchronous, non-blocking win32ole bindings",
"version": "0.2.0",
"description": "Windows COM bindings",
"homepage": "https://github.com/idobatter/node-win32ole",
"keywords": [
"OLE", "COM", "ActiveX", "ActiveXObject", "CreateObject", "WSH", "WMI",
Expand All @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/idobatter/node-win32ole.git"
"url": "git://github.com/durs/node-win32ole.git"
},
"dependencies": {
"assert": ">= 0.4.9",
Expand All @@ -33,11 +33,11 @@
"ref": ">= 0.1.3"
},
"engines": {
"node": ">= 0.8.18 && < 0.9.0"
"node": ">= 4.0.0"
},
"scripts": {
"test": "nmake /a test"
},
"licenses": [{ "type": "BSD" }],
"main": "./lib/win32ole"
}
}
Loading