-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
43 lines (43 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "win32ole",
"version": "0.1.3",
"description": "Asynchronous, non-blocking win32ole bindings",
"homepage": "https://github.com/idobatter/node-win32ole",
"keywords": [
"OLE", "COM", "ActiveX", "ActiveXObject", "CreateObject", "WSH", "WMI",
"Outlook", "Access", "Word", "Excel", "IE", "InternetExplorer"
],
"author": {
"name": "idobatter",
"url": "https://github.com/idobatter",
"email": "idobatter@gmail.com"
},
"contributors": [
"idobatter <idobatter@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/idobatter/node-win32ole.git"
},
"dependencies": {
"assert": ">= 0.4.9",
"async": ">= 0.1.22",
"ref-struct": ">= 0.0.5",
"ref": ">= 0.1.3"
},
"devDependencies": {
"mocha": ">= 1.8.1",
"assert": ">= 0.4.9",
"async": ">= 0.1.22",
"ref-struct": ">= 0.0.5",
"ref": ">= 0.1.3"
},
"engines": {
"node": ">= 0.8.18 && < 0.9.0"
},
"scripts": {
"test": "nmake /a test"
},
"licenses": [{ "type": "BSD" }],
"main": "./lib/win32ole"
}