-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
{
"name": "krill",
"version": "1.0.0",
"description": "liv coding environment",
"main": "app/main.js",
"scripts": {
"test": "node core/js/tests/test-runner.js",
"test-js": "node core/js/tests/test-runner.js",
"test-reporter": "node core/js/tests/test-reporter.js",
"test-parity-contract-js": "node tests/test-parity-contract.js",
"test-parity-contract-all": "bash tests/test-parity-contract-all.sh",
"start": "node app/main.js",
"update-ast-cases": "node core/js/tests/update-ast-cases.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mdashdotdashn/krill.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mdashdotdashn/krill/issues"
},
"homepage": "https://github.com/Mdashdotdashn/krill#readme",
"dependencies": {
"@hapi/hapi": "^21.4.9",
"@hapi/inert": "^5.2.0",
"@tonejs/midi": "^2.0.27",
"assert": "^2.0.0",
"commander": "^3.0.0",
"easymidi": "^1.0.1",
"hapi": "^18.1.0",
"lodash": "^4.18.1",
"mathjs": "^5.10.0",
"nanotimer": "^0.3.15",
"note-parser": "^2.0.1",
"pegjs": "^0.10.0",
"tonal": "^2.2.2",
"tonal-detect": "^2.2.2",
"tonal-roman-numeral": "^2.2.2"
}
}