-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
67 lines (67 loc) · 1.38 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": "electron-edge-js",
"author": {
"name": "Tomasz Janczuk <tomasz@janczuk.org>",
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "33.0.2",
"description": "Edge.js: run .NET and Node.js in-process on Electron",
"tags": [
"owin",
"edge",
"net",
"clr",
"coreclr",
"c#",
"mono",
"managed",
".net",
"edge-js",
"electron"
],
"keywords": [
"owin",
"edge",
"net",
"clr",
"coreclr",
"c#",
"mono",
"managed",
".net",
"edge-js",
"electron"
],
"main": "./lib/edge.js",
"types": "electron-edge-js.d.ts",
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"license": "MIT",
"dependencies": {
"edge-cs": "npm:@agracio/edge-cs@^1.3.7",
"nan": "^2.22.0"
},
"devDependencies": {
"electron": "^33.1.0",
"follow-redirects": "^1.15.9",
"mocha": "10.8.2",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0",
"mochawesome-report-generator": "^6.2.0"
},
"homepage": "https://github.com/agracio/electron-edge-js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/agracio/electron-edge-js.git"
},
"bugs": {
"url": "http://github.com/agracio/electron-edge-js/issues"
},
"scripts": {
"install": "node tools/updatenan.js && node tools/install.js",
"test": "node tools/test.js"
}
}