forked from Sonoport/webaudioloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
{
"name": "webaudioloader",
"version": "1.0.4",
"description": "Caching Loader (with optional decode) audio files to be used with WebAudio",
"main": "lib/webaudioloader.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Sonoport/webaudioloader.git"
},
"keywords": [
"webaudio",
"loader",
"decode",
"xhr",
"mp3",
"wav",
"ogg"
],
"author": "Chinmay Pendharkar",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sonoport/webaudioloader/issues"
},
"homepage": "https://github.com/Sonoport/webaudioloader",
"devDependencies": {
"browserify": "^10.2.6",
"gulp": "^3.9.0",
"gulp-header": "^1.2.2",
"gulp-jsbeautify": "^0.1.1",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-webserver": "^0.9.1",
"jshint-stylish": "^2.0.1",
"tape": "^4.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"lru-cache": "^2.6.5"
}
}