-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 887 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
{
"name": "soundmanager2",
"version": "2.97.20150601a",
"description": "A JavaScript Sound API supporting MP3, MPEG4 and HTML5 audio + RTMP, providing reliable cross-browser/platform audio control in as little as 12 KB.",
"main": "script/soundmanager2.js",
"directories": {
"lib": "./script"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/scottschiller/SoundManager2/"
},
"keywords": [
"browser",
"audio",
"sound",
"mp3",
"mpeg4",
"html5"
],
"author": {
"name": "Scott Schiller",
"email": "[email protected]",
"url": "http://schillmania.com/"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/scottschiller/SoundManager2/issues/"
},
"homepage": "http://www.schillmania.com/projects/soundmanager2/"
}