-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "mqt-ddvis",
"version": "1.7.2",
"description": "MQT DDVis - A Tool for Visualizing Decision Diagrams for Quantum Computing",
"main": "server.js",
"scripts": {
"build": "cmake-js compile --config Release -G Ninja --target mqt-ddvis",
"run": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "github.com/cda-tum/mqt-ddvis"
},
"keywords": [
"quantum-computing",
"decision-diagrams",
"design-automation"
],
"author": {
"name": "Lukas Burgholzer",
"email": "[email protected]",
"url": "https://burgholzer.me"
},
"contributors": [
"Michael Artner <[email protected]>"
],
"bugs": "https://github.com/cda-tum/mqt-ddvis/issues",
"homepage": "https://www.cda.cit.tum.de/app/ddvis/",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.3",
"cmake-js": "^7.3.0",
"cookie-parser": "^1.4.7",
"d3-graphviz": "^5.6.0",
"express": "^4.21.1",
"http-errors": "^2.0.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.1",
"morgan": "^1.10.0",
"node-addon-api": "^8.2.1",
"npm": "^10.9.0"
},
"binary": {
"napi_versions": [
7
]
}
}