-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.01 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": "qps-client",
"version": "0.9.74",
"description": "Quantum Programming Studio client",
"main": "qps-client.js",
"scripts": {
"start": "node cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/quantastica/qps-client"
},
"keywords": [
"quantum",
"quantum computing",
"qubit",
"qbit",
"simulator",
"emulator",
"qasm",
"qobj",
"openqasm",
"quil",
"pyquil",
"qiskit",
"cirq",
"qsharp"
],
"preferGlobal": "true",
"bin": {
"qps-client": "cli.js"
},
"author": "Quantastica <info@quantastica.com>",
"license": "MIT",
"homepage": "https://quantum-circuit.com/docs/qps_client",
"dependencies": {
"child_process": "^1.0.2",
"command-line-args": "^5.2.1",
"ddp": "^0.12.1",
"ddp-login": "^1.0.10",
"ejson": "^2.2.2",
"env-paths": "^2.2.1",
"fs": "0.0.1-security",
"path": "^0.12.7",
"quantum-circuit": "^0.9.222"
}
}