-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 789 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 789 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
{
"name": "purenode",
"version": "1.0.0",
"description": "",
"main": "spectrogram_node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --max-old-space-size=8192 index.js"
},
"nodemonConfig": {
"ignore": [
"out*/*"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"audio-oscillator": "^3.1.1",
"byte-data": "^16.0.3",
"canvas": "^2.6.0",
"chokidar": "^3.1.1",
"debug": "^4.1.1",
"dotenv": "^8.1.0",
"everpolate": "0.0.3",
"fft-js": "0.0.12",
"fourier-transform": "^1.1.2",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"node-remote-plot": "^1.3.0",
"nodemon": "^1.19.2",
"request": "^2.88.0",
"wavefile": "^8.4.6"
}
}