-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
40 lines (40 loc) · 936 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
37
38
39
40
{
"name": "goertzeljs",
"version": "4.2.3",
"description": "A pure JavaScript implementation of the Goertzel algorithm.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"demo": "./node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "http://github.com/Ravenstine/goertzeljs.git"
},
"keywords": [
"goertzel",
"fourier",
"dtmf",
"audio",
"dft",
"telephony"
],
"author": "Ben Titcomb (@Ravenstine)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ravenstine/goertzeljs/issues"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babelify": "^10.0.0",
"benchmark": "^2.1.0",
"browser-sync": "^2.26.7",
"browserify": "^13.3.0",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-util": "^1.0.0",
"mocha": "^5.0.5",
"vinyl-source-stream": "^1.1.0",
"wav": "^1.0.2"
}
}