-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 976 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
{
"name": "formantanalyzer",
"version": "1.1.8",
"description": "Extract formant features such as frequency, power, energy, and bandwidth of formants at syllable or word level from audio sources in a web browser using WebAudio API.",
"main": "AudioLauncher.js",
"private": false,
"dependencies": {
"numeric": "^1.2.6"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.3.0",
"numeric": "^1.2.6",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [
"speech",
"spectrum",
"formants",
"analyzer",
"features",
"mel-spectrogram",
"audio-processing"
],
"author": "Abdul Rehman (Tabahi)",
"homepage": "https://github.com/tabahi/formantanalyzer.js",
"bugs": {
"url": "https://github.com/tabahi/formantanalyzer.js/issues"
},
"license": "Apache 2"
}