From 323e68ec85bb38772513942eac7dedfaca9b3d74 Mon Sep 17 00:00:00 2001 From: Benjamin Allen Date: Tue, 5 Apr 2016 17:54:16 -0700 Subject: [PATCH] add a package.json file so repo can be installed with npm --- package.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..39e4f8231 --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "popcorn-js", + "version": "1.5.10", + "description": "The HTML5 Media Framework http://popcornjs.org", + "main": "popcorn.js", + "directories": { + "test": "test" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/mozilla/popcorn-js" + }, + "keywords": [ + "html5", + "media", + "video", + "audio", + "popcornjs", + "popcorn", + "popcorn.js" + ], + "author": "mozilla", + "license": "MIT", + "bugs": { + "url": "https://github.com/mozilla/popcorn-js/issues" + }, + "homepage": "https://github.com/mozilla/popcorn-js" +}