scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 72  →  ?path2? @ 73
/bower_components/SoundJS/bower.json
@@ -0,0 +1,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"
]
}