Skip to content

Commit

Permalink
Merge pull request #9 from cstoquer/master
Browse files Browse the repository at this point in the history
add package.json
  • Loading branch information
Cedric Stoquer committed Aug 27, 2015
2 parents e1baeac + bbc90ef commit 9236a29
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "audio-manager",
"version": "0.1.5",
"description": "Play sounds using Web Audio, fallback to HTML5 Audio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Wizcorp/AudioManager.git"
},
"keywords": [
"audio",
"webAudio",
"sound"
],
"author": "Cedric Stoquer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wizcorp/AudioManager/issues"
},
"homepage": "https://github.com/Wizcorp/AudioManager"
}

0 comments on commit 9236a29

Please sign in to comment.