From 5913a28f874133bc9f46752d1b4f69feb1a08257 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 31 Jul 2017 19:02:40 +0100 Subject: [PATCH] Add npm package.json --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9cfa5a6 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "sound-box", + "version": "0.2.0", + "description": "A super simple JS library for playing sound effects and other audio. Now with button mashing support!", + "main": "soundbox.js", + "scripts": { + "test": "echo No tests have been written yet." + }, + "repository": { + "type": "git", + "url": "git+https://github.com/sbrl/soundbox.git" + }, + "keywords": [ + "html", + "html5", + "javascript", + "web-audio-library", + "sound", + "browser" + ], + "author": "Starbeamrainbowlabs", + "license": "MIT", + "bugs": { + "url": "https://github.com/sbrl/soundbox/issues" + }, + "homepage": "https://github.com/sbrl/soundbox#readme" +}