From 9eab2b33de8bf10861f1a550b8930b9a87635132 Mon Sep 17 00:00:00 2001 From: Brosseau Valentin Date: Wed, 17 May 2017 16:33:25 +0200 Subject: [PATCH] Add package.json The Package.json is mandatory with recent version of cordova. --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..e93c156 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "cordova-chromecast", + "version": "0.0.1", + "description": "Chromecast in Cordova.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/videostream/cordova-chromecast.git" + }, + "keywords": [ + ], + "author": "VideoStream", + "bugs": { + "url": "https://github.com/videostream/cordova-chromecast/issues" + }, + "homepage": "https://github.com/videostream/cordova-chromecast" +}