forked from ukoloff/win-ca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.27 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
64
65
66
67
{
"name": "win-ca",
"version": "3.5.0",
"description": "Get Windows System Root certificates",
"keywords": [
"n-api",
"ssl",
"tls",
"ca",
"root",
"windows",
"vscode",
"electron"
],
"homepage": "https://github.com/ukoloff/win-ca",
"license": "MIT",
"author": {
"name": "Stas Ukolov",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ukoloff/win-ca.git"
},
"bugs": {
"url": "https://github.com/ukoloff/win-ca/issues"
},
"main": "lib",
"scripts": {
"nvm$": "n-api\\nvm$deploy",
"pretest": "lsc -cbo lib src",
"postinstall": "node -e \"try{require('.')}catch(e){}\"",
"test": "mocha"
},
"mocha": {
"extension": [
"ls",
"js"
],
"reporter": "dot",
"require": [
"livescript",
"choma",
"appveyor-mocha"
]
},
"files": [
"lib",
"api",
"fallback"
],
"dependencies": {
"is-electron": "^2.2.0",
"make-dir": "^1.3.0",
"node-forge": "^1.2.1",
"split": "^1.0.1"
},
"devDependencies": {
"appveyor-mocha": "^1.1.2",
"bindings": "^1.5.0",
"choma": "^1.2.1",
"fs-extra": "^5.0.0",
"livescript": "^1.6.0",
"mocha": "^6.2.3",
"node-addon-api": "^3.0.0"
}
}