forked from qiskit-community/qiskit-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 981 Bytes
/
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
{
"name": "@qiskit/devs-js",
"version": "0.5.0",
"description": "Pure JavaScript engine for Qiskit for developers",
"author": {
"name": "IBM RESEARCH",
"url": "http://research.ibm.com"
},
"homepage": "https://github.com/Qiskit/qiskit-js",
"contributors": [
"https://github.com/Qiskit/qiskit-js/graphs/contributors"
],
"repository": {
"type": "git",
"url": "https://github.com/Qiskit/qiskit-js"
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test --timeout 20000 --color"
},
"keywords": [
"quantum",
"experience",
"computing",
"information",
"algorithms",
"random",
"shor",
"factor"
],
"bugs": {
"url": "https://github.com/Qiskit/qiskit-js/issues"
},
"dependencies": {
"@qiskit/utils": "^0.5.0",
"jsqubits": "^1.0.0"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}