-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 951 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": "waudsprite",
"version": "1.0.3",
"description": "Audio Sprite Generator for waud.js",
"license": "MIT",
"main": "./waudsprite.js",
"bin": {
"waudsprite": "./main.js"
},
"scripts": {
"test": "echo \"no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/adireddy/waudsprite"
},
"bugs": {
"url": "https://github.com/adireddy/waudsprite/issues"
},
"author": {
"name": "Adi Reddy Mora",
"email": "[email protected]"
},
"keywords": [
"audio",
"audio-sprite",
"waud",
"ffmpeg",
"web audio",
"web audio api",
"haxe",
"javascript",
"audio",
"web",
"sounds",
"audiocontext",
"library",
"waud.js",
"waud"
],
"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"
}
}