scratch – Blame information for rev 73

Subversion Repositories:
Rev:
Rev Author Line No. Line
73 office 1 {
2 "name": "SoundJS",
3 "version": "0.6.2",
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.2.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 "build",
28 "dev",
29 "docs",
30 "examples",
31 "icon.png",
32 "LICENSE.txt",
33 "README.md",
34 "src",
35 "tutorials",
36 "VERSIONS.txt"
37 ]
38 }