-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 865 Bytes
/
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
{
"name": "win32com",
"version": "0.0.1",
"description": "Asynchronous, non-blocking win32com ( win32ole / win32api ) wrapper",
"homepage": "https://github.com/idobatter/node-win32com",
"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-win32com.git"
},
"dependencies": {
"win32api": ">= 0.0.0 < 0.1.0",
"win32com": ">= 0.0.0 < 0.1.0"
},
"devDependencies": {
"mocha": ">= 1.8.1",
"win32api": ">= 0.0.0 < 0.1.0",
"win32com": ">= 0.0.0 < 0.1.0"
},
"engines": {
"node": ">= 0.8.18 && < 0.9.0"
},
"scripts": {
"test": "nmake /a test"
},
"licenses": [{ "type": "BSD" }],
"main": "./lib/win32com"
}