-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 887 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 887 Bytes
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
{
"name": "comphdl",
"version": "0.1.0",
"description": "A digital logic simulator with its own component description language",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Badel2/comphdl.git"
},
"author": "",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/Badel2/comphdl/issues"
},
"homepage": "https://github.com/Badel2/comphdl#readme",
"dependencies": {
"ace-builds": "^1.4.2",
"brace": "^0.11.1",
"netlistsvg": "github:Badel2/netlistsvg",
"parcel-plugin-cargo-web": "github:Badel2/parcel-plugin-cargo-web",
"stats.js": "^0.17.0",
"superagent": "^4.1.0",
"wavedrom": "^1.8.0",
"webworker-threads": "^0.7.17",
"xterm": "^3.9.2"
}
}