-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.19 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
44
45
{
"name": "Noteable",
"version": "1.0.0",
"description": "Voice-to-sheet software!",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "npm rebuild --target=4.0.0 --runtime=electron --dist-url=https://atom.io/download/electron && electron-rebuild",
"test": "mocha"
},
"repository": "https://github.com/JustRia/Noteable",
"keywords": [
"Electron",
"quick",
"start"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"electron": "^4.0.1",
"electron-rebuild": "^1.8.4",
"electron-tooltip": "^1.1.5",
"mocha": "^5.2.0",
"spectron": "^5.0.0"
},
"dependencies": {
"@google-cloud/speech": "^2.2.0",
"@google-cloud/storage": "^2.4.1",
"abcjs": "^5.6.7",
"canvg": "^1.5.3",
"compromise": "^11.13.1",
"electron": "^4.0.1",
"electron-tooltip": "^1.1.5",
"jquery": "^3.3.1",
"jspdf": "^1.5.3",
"nlp-syllables": "https://github.com/claytonhenrylewis/nlp-syllables/tarball/master",
"pitchfinder": "^2.0.9",
"read-blob": "^1.1.0",
"recorder-js": "^1.0.7",
"teoria": "^2.5.0",
"wav-decoder": "^1.3.0"
}
}