forked from kylestetz/AudioKeys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 812 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
{
"name": "audiokeys",
"version": "0.1.1",
"description": "A utility for creating QWERTY keyboards with support for different monophonic and polyphonic behaviors.",
"main": "src/AudioKeys.js",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kylestetz/AudioKeys.git"
},
"types": "dist/types/audiokeys.d.ts",
"keywords": [
"web audio",
"audio",
"music",
"qwerty",
"keyboard",
"music keyboard"
],
"author": "Kyle Stetz",
"license": "MIT",
"devDependencies": {
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-minify": "3.1.0",
"gulp-sourcemaps": "^3.0.0",
"mocha": "^9.1.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}