-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
66 lines (66 loc) · 1.54 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "web-audio-player",
"version": "1.3.3",
"description": "a cross-browser WebAudio player",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"browser-media-mime-type": "^1.0.0",
"object-assign": "^4.0.1",
"right-now": "^1.0.0",
"simple-media-element": "^1.0.0",
"xhr": "^2.2.0",
"xhr-progress": "0.0.0"
},
"devDependencies": {
"analyser-frequency-average": "^1.0.0",
"browserify": "^12.0.1",
"budo": "^8.3.0",
"canvas-loop": "^1.0.7",
"detect-audio-autoplay": "^1.1.1",
"detect-media-element-source": "^1.1.1",
"ios-safe-audio-context": "^1.0.0",
"standard": "^5.4.1",
"tap-event": "^1.0.0",
"uglify-js": "^2.6.1",
"web-audio-analyser": "^2.0.0"
},
"scripts": {
"test": "standard",
"start": "budo demo/index.js:bundle.js --live",
"simple": "budo demo/simple.js:bundle.js --live",
"build": "browserify demo/index.js | uglifyjs -cm > bundle.js"
},
"keywords": [
"audio",
"element",
"process",
"web",
"audio",
"webaudio",
"buffer",
"xhr",
"mp3",
"browser",
"browserify",
"webpack",
"tag",
"elements",
"sound",
"play",
"sfx"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/web-audio-player.git"
},
"homepage": "https://github.com/Jam3/web-audio-player",
"bugs": {
"url": "https://github.com/Jam3/web-audio-player/issues"
}
}