-
-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathbower.json
37 lines (37 loc) · 789 Bytes
/
bower.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
35
36
37
{
"name": "ion-sound",
"version": "3.0.7",
"homepage": "https://github.com/IonDen/ion.sound",
"authors": [
{
"name": "IonDen",
"email": "[email protected]",
"homepage": "http://ionden.com"
}
],
"description": "JavaScript plugin for playing sounds and music on websites",
"repository": {
"type": "git",
"url": "git://github.com/IonDen/ion.sound.git"
},
"main": [
"js/ion.sound.js"
],
"moduleType": [
"globals"
],
"keywords": [
"sound",
"music",
"html5",
"events",
"WebAudioAPI",
"mp3",
"ogg",
"aac"
],
"license": "MIT",
"ignore": [
"ion-sound.jquery.json"
]
}