-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 896 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
{
"name": "webaudioapi",
"version": "0.5.0",
"description": "Javascript library to generate music using the Web Audio API",
"author": "Will Hedgecock <ronald.w.hedgecock@vanderbilt.edu>",
"repository": {
"type": "git",
"url": "https://github.com/hedgecrw/WebAudioAPI.git"
},
"homepage": "https://github.com/hedgecrw/WebAudioAPI",
"bugs": "https://github.com/hedgecrw/WebAudioAPI/issues",
"license": "MIT",
"browser": "webAudioAPI.js",
"directories": {
"lib": "library/webaudioapi",
"doc": "docs"
},
"private": true,
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
"jsdoc": "^4.0.3",
"rollup": "^4.22.5",
"taffydb": "^2.7.3",
"tui-jsdoc-template": "^1.2.2"
},
"scripts": {
"build": "rollup -c"
}
}