forked from agracio/edge-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 991 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "edge-js",
"author": {
"name": "Tomasz Janczuk <[email protected]>",
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "9.3.3",
"description": "Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux",
"tags": [
"owin",
"edge",
"net",
"clr",
"coreclr",
"c#",
"mono",
"managed",
".net"
],
"main": "./lib/edge.js",
"engines": {
"node": ">= 6"
},
"license": "Apache-2.0",
"dependencies": {
"edge-cs": "1.2.1",
"nan": "^2.8.0"
},
"devDependencies": {
"junit-report-merger": "0.0.5",
"mocha": "4.1.0",
"mocha-junit-reporter": "^1.15.0"
},
"homepage": "https://github.com/agracio/edge-js",
"repository": {
"type": "git",
"url": "[email protected]:agracio/edge-js.git"
},
"bugs": {
"url": "http://github.com/agracio/edge-js/issues"
},
"scripts": {
"install": "node tools/install.js",
"test": "node tools/test.js"
}
}