forked from CreateJS/SoundJS
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 945 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 945 Bytes
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
{
"name": "soundjs",
"version": "1.0.0",
"description": "SoundJS is a library to make working with audio on the web easier. It provides a consistent API for playing audio in\r different browsers, including using a target plugin model to provide an easy way to provide additional audio plugins\r like a Flash fallback. A mechanism has been provided for easily tying in audio preloading to\r [PreloadJS](http://preloadjs.com).",
"main": "soundjs.combined.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpringRoll/SoundJS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpringRoll/SoundJS/issues"
},
"homepage": "https://github.com/SpringRoll/SoundJS#readme"
}