-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 994 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 994 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
{
"name": "bicial",
"version": "1.1.0",
"description": "Binaural CI Alignment tool for cochlear implant users",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/cito/bicial.git"
},
"keywords": [
"cochlear-implant",
"hearing",
"accessibility",
"audio",
"binaural",
"ci-alignment",
"hearing-aid",
"medical-tool",
"web-audio",
"frequency-matching"
],
"author": "Christoph Zwerschke <cito@online.de>",
"license": "MIT",
"homepage": "https://cito.github.io/bicial",
"bugs": {
"url": "https://github.com/cito/bicial/issues"
},
"scripts": {
"start": "xdg-open index.html || open index.html || start index.html",
"serve": "npx http-server -p 8000 -o || python3 -m http.server 8000 || python -m http.server 8000 || php -S localhost:8000 -t ."
},
"files": [
"index.html",
"main.css",
"main.js",
"cochlea.js",
"CHANGELOG.md",
"README.md",
"LICENSE"
]
}