From 63293860c49c3390b8ae019db67c0c3baad8d07e Mon Sep 17 00:00:00 2001 From: Dave Furfero Date: Tue, 26 Jul 2016 17:45:17 -0700 Subject: [PATCH] add package.json --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..fdf23789 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "SoundJS", + "version": "0.6.2", + "homepage": "https://github.com/CreateJS/SoundJS", + "author": "lannymcnie", + "contributors": [ + "lannymcnie", + "OJayRobinson", + "gskinner", + "wdamien" + ], + "description": "A Javascript library for working with Audio. Features a simple interface as the front end to multiple audio APIs via a plugin model. Currently supports WebAudio, HTML5 Audio, and a Flash fallback. Part of the CreateJS suite of libraries.", + "main": "lib/soundjs-0.6.2.combined.js", + "repository": { + "type": "git", + "url": "https://github.com/CreateJS/SoundJS" + }, + "bugs": { + "url": "https://github.com/CreateJS/SoundJS/issues" + }, + "keywords": [ + "sound", + "audio", + "webaudio", + "html5", + "createjs" + ], + "dependencies": {}, + "license": "MIT" +}