-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.06 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
{
"name": "@neo-one/edge",
"author": "Spencer Corwin <[email protected]>",
"version": "16.0.4",
"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"
],
"keywords": [
"owin",
"edge",
"net",
"clr",
"coreclr",
"c#",
"mono",
"managed",
".net"
],
"main": "./lib/edge.js",
"types": "edge-js.d.ts",
"engines": {
"node": ">= 6"
},
"license": "Apache-2.0",
"dependencies": {
"edge-cs": "1.2.1",
"nan": "^2.14.0"
},
"devDependencies": {
"junit-report-merger": "0.0.6",
"mocha": "5.1.1",
"mocha-junit-reporter": "^1.17.0"
},
"homepage": "https://github.com/neo-one-suite/edge",
"repository": {
"type": "git",
"url": "[email protected]:neo-one-suite/edge.git"
},
"bugs": {
"url": "http://github.com/neo-one-suite/edge/issues"
},
"scripts": {
"install": "node tools/install.js",
"test": "node tools/test.js"
}
}