-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 997 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 997 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "qqcs",
"version": "1.5.0",
"description": "Quick Quantum Circuit Simulation",
"main": "qdesk.js",
"scripts": {
"test": "node test/qdesk_tester.js"
},
"repository": {
"type": "git",
"url": "git://github.com/dde/qqcs.git"
},
"keywords": [
"quantum",
"computing",
"circuit",
"education",
"simulation",
"calculator"
],
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"cmatrix.js",
"complex.js",
"img/Screen Shot 2020-05-03 at 3.41.56 PM.png",
"img/Screen Shot 2021-02-14 at 11.02.03 AM.png",
"package.json",
"qdesk_compile.js",
"qdesk_interactive.js",
"qdesk_interpret.js",
"qdesk_lexer.js",
"qdesk.js",
"quantum.js",
"spmatrix.js",
"test/qdesk_tester.js",
"test/test_cases.js"
],
"author": "Daniel Evans",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dde/qqcs/issues"
},
"homepage": "https://github.com/dde/qqcs#README.md"
}