forked from odysseus654/node-win32ole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.17 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
61
62
63
{
"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": "[email protected]"
},
"contributors": [
"idobatter <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/idobatter/node-win32ole.git"
},
"dependencies": {
"assert": ">= 0.4.9",
"async": ">= 0.1.22",
"nan": "^2.1.x",
"node-gyp": "3.0.x",
"ref": ">= 0.1.3",
"ref-struct": ">= 0.0.5"
},
"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.12"
},
"scripts": {
"test": "nmake /a test"
},
"licenses": [
{
"type": "BSD"
}
],
"main": "./lib/win32ole",
"os": [
"win32"
]
}