scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 72  →  ?path2? @ 73
/bower_components/SoundJS/.bower.json
@@ -0,0 +1,48 @@
{
"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"
],
"_release": "0.6.2",
"_resolution": {
"type": "version",
"tag": "0.6.2",
"commit": "0750aad3fc07a3a50ec4a4be99537750a1787191"
},
"_source": "https://github.com/CreateJS/SoundJS.git",
"_target": "^0.6.2",
"_originalSource": "SoundJS",
"_direct": true
}