forked from hansonw/node-win32ole
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
60 lines (60 loc) · 1.08 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "win32ole",
"version": "0.1.3",
"description": "Win32ole bindings",
"homepage": "https://github.com/odysseus654/node-win32ole",
"keywords": [
"OLE",
"COM",
"ActiveX",
"ActiveXObject",
"CreateObject",
"WSH",
"WMI",
"Outlook",
"Access",
"Word",
"Excel",
"IE",
"InternetExplorer"
],
"author": {
"name": "Heather Anderson",
"url": "https://github.com/odysseus654",
"email": "[email protected]"
},
"contributors": [
{
"name": "Heather Anderson",
"url": "https://github.com/odysseus654",
"email": "[email protected]"
},
{
"name": "idobatter",
"url": "https://github.com/idobatter",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/odysseus654/node-win32ole.git"
},
"dependencies": {
"node-addon-api": "*"
},
"engines": {
"node": ">=8.0"
},
"scripts": {
"test": "nmake /a test"
},
"licenses": [
{
"type": "BSD"
}
],
"main": "./lib/win32ole",
"os": [
"win32"
]
}