forked from audiocogs/mp3.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 679 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 679 Bytes
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
{
"name": "mp3",
"version": "0.1.0",
"description": "An MP3 decoder for Aurora.js",
"peerDependencies": {
"av": "~0.4.0"
},
"devDependencies": {
"exorcist": "^0.1.6",
"browserify": "^4.1.10",
"browserify-shim": "^3.5.0"
},
"browserify-shim": {
"av": "global:AV"
},
"repository": {
"type": "git",
"url": "git://github.com/audiocogs/mp3.js"
},
"keywords": [
"audio",
"av",
"aurora.js",
"aurora",
"decode"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "GPL",
"bugs": {
"url": "https://github.com/audiocogs/mp3.js/issues"
},
"homepage": "https://github.com/audiocogs/mp3.js"
}