-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 965 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "waudconvert",
"version": "0.0.1",
"description": "Utility to convert audio files from one format to another",
"license": "MIT",
"main": "./waudconvert.js",
"bin": {
"waudsprite": "./main.js"
},
"scripts": {
"test": "echo \"no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/waud/waudconvert"
},
"bugs": {
"url": "https://github.com/waud/waudconvert/issues"
},
"author": {
"name": "Adi Reddy Mora",
"email": "[email protected]"
},
"keywords": [
"audio",
"waud",
"ffmpeg",
"web audio",
"web audio api",
"haxe",
"javascript",
"audio",
"web",
"sounds",
"audiocontext",
"library",
"waud.js",
"waud",
"convert"
],
"dependencies": {
"async": "~0.9.0",
"mkdirp": "^0.5.0",
"optimist": "~0.6.1",
"underscore": "~1.8.3",
"winston": "~1.0.0",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-exec": "latest"
}
}