-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 896 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
{
"name": "qtmjs",
"version": "1.0.1",
"description": "quantum turing machine simulator package",
"main": "driver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "sdiemert",
"license": "ISC",
"dependencies": {
"command-line-args": "^4.0.2",
"command-line-usage": "^4.0.0",
"csv-parse": "^1.2.0",
"mathjs": "^3.10.0"
},
"directories": {
"example": "examples"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sdiemert/QTMSim.git"
},
"keywords": [
"quantum-turing-machine",
"quantum-computing",
"quantum-algorithms",
"turing-machine-simulator",
"turing-machine",
"quantum-turing-machine-simulator"
],
"bugs": {
"url": "https://github.com/sdiemert/QTMSim/issues"
},
"homepage": "https://github.com/sdiemert/QTMSim#readme"
}