Skip to content

Commit a7cdfb3

Browse files
author
Lanny McNie
committed
Added libs for 0.6.1
1 parent 67bcbba commit a7cdfb3

9 files changed

+9999
-40
lines changed

bower.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "SoundJS",
3-
"version": "0.6.0",
4-
"homepage": "https://github.com/CreateJS/SoundJS",
5-
"authors": [
6-
"lannymcnie",
7-
"OJayRobinson",
8-
"gskinner",
9-
"wdamien"
10-
],
11-
"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.",
12-
"main": "lib/soundjs-0.6.0.combined.js",
13-
"keywords": [
14-
"sound",
15-
"audio",
16-
"webaudio",
17-
"html5",
18-
"createjs"
19-
],
20-
"license": "MIT",
21-
"ignore": [
22-
"**/.*",
23-
"node_modules",
24-
"_assets",
25-
"bower_components",
26-
"bower.json",
27-
".bower.json",
28-
"build",
29-
"dev",
30-
"docs",
31-
"examples",
32-
"icon.png",
33-
"LICENSE.txt",
34-
"README.md",
35-
"src",
36-
"tutorials",
37-
"VERSIONS.txt"
38-
]
2+
"name": "SoundJS",
3+
"version": "0.6.1",
4+
"homepage": "https://github.com/CreateJS/SoundJS",
5+
"authors": [
6+
"lannymcnie",
7+
"OJayRobinson",
8+
"gskinner",
9+
"wdamien"
10+
],
11+
"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.",
12+
"main": "lib/soundjs-0.6.1.combined.js",
13+
"keywords": [
14+
"sound",
15+
"audio",
16+
"webaudio",
17+
"html5",
18+
"createjs"
19+
],
20+
"license": "MIT",
21+
"ignore": [
22+
"**/.*",
23+
"node_modules",
24+
"_assets",
25+
"bower_components",
26+
"bower.json",
27+
".bower.json",
28+
"build",
29+
"dev",
30+
"docs",
31+
"examples",
32+
"icon.png",
33+
"LICENSE.txt",
34+
"README.md",
35+
"src",
36+
"tutorials",
37+
"VERSIONS.txt"
38+
]
3939
}

build/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @license <%= pkg.name %>
33
* Visit http://createjs.com/ for documentation, updates and examples.
44
*
5-
* Copyright (c) 2011-2013 gskinner.com, inc.
5+
* Copyright (c) 2011-2015 gskinner.com, inc.
66
*
77
* Distributed under the terms of the MIT license.
88
* http://www.opensource.org/licenses/mit-license.html

build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "SoundJS",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "SoundJS Docs",
5-
"url": "http://www.createjs.com/#!/SoundJS",
5+
"url": "http://www.createjs.com/soundjs",
66
"logo": "assets/docs-icon-SoundJS.png",
77
"repository": "git@github.com:CreateJS/SoundJS.git",
88
"devDependencies": {

0 commit comments

Comments
 (0)