forked from MauriceButler/simple-audio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 809 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 809 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
27
28
29
30
31
32
33
34
{
"name": "simple-audio",
"version": "1.2.0",
"description": "Small Module to play audio using HTML audio tag",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/StimulatingSolutions/simple-audio.git"
},
"keywords": [
"simple",
"audio",
"html5",
"play",
"sound",
"android",
"chrome",
"sound",
"mobile",
"mp3",
"wav",
"ogg"
],
"author": "Joe Ibershoff <joe@stimulating-solutions.com>",
"contributors": ["Maurice Butler <maurice.butler@gmail.com>"],
"license": "MIT",
"bugs": {
"url": "https://github.com/StimulatingSolutions/simple-audio/issues"
},
"homepage": "https://github.com/StimulatingSolutions/simple-audio"
}