-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.11 KB
/
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
41
42
{
"name": "openmusic-sample-player",
"description": "Sample player based on BufferSourceNode",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "gulp build",
"watch": "gulp watch",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/openmusic/sample-player"
},
"keywords": [
"web",
"audio",
"samples",
"buffer",
"buffersource"
],
"author": "sole",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/openmusic/sample-player/issues"
},
"homepage": "https://github.com/openmusic/sample-player",
"dependencies": {
"openmusic-dcbias": "^1.1.0",
"setter-getterify": "^1.1.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"openmusic-array-to-audiobuffer": "^1.0.0",
"openmusic-brown-noise": "^1.0.2",
"openmusic-demo-gulp-tasks": "^1.5.0",
"openmusic-oscilloscope": "^1.0.0",
"openmusic-slider": "^2.1.0",
"webcomponents-lite": "^0.6.0",
"semantic-release": "^4.3.4"
}
}