forked from CreateJS/SoundJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 799 Bytes
/
bower.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
{
"name": "SoundJS",
"version": "0.6.2",
"homepage": "https://github.com/CreateJS/SoundJS",
"authors": [
"lannymcnie",
"OJayRobinson",
"gskinner",
"wdamien"
],
"description": "A Javascript library for working with Audio. Features a simple interface as the front end to multiple audio APIs via a plugin model. Currently supports WebAudio, HTML5 Audio, and a Flash fallback. Part of the CreateJS suite of libraries.",
"main": "lib/soundjs-0.6.2.combined.js",
"keywords": [
"sound",
"audio",
"webaudio",
"html5",
"createjs"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"_assets",
"bower_components",
".bower.json",
"build",
"dev",
"docs",
"examples",
"icon.png",
"LICENSE.txt",
"README.md",
"src",
"tutorials",
"VERSIONS.txt"
]
}