From a71485b30dd91e96731a1b0a33a03e398f2c5d93 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 4 Nov 2016 15:42:20 -0400 Subject: [PATCH] Update package.json --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9dd5400..bb21803 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "RSVP", - "version": "", + "name": "cozy-RSVP", + "version": "0.0.1", "cozy-type": "static", "cozy-displayName": "RSVP", "cozy-color": "", - "description": "", - "license": "", + "description": "A cozy version of http://calendly.com/.", + "license": "MIT", "repository": { "type": "git", - "url": "" + "url": "https://github.com/Phyks/cozy-RSVP" }, "icon-path": "", "cozy-permissions": { @@ -26,6 +26,7 @@ "Phyks (Lucas Verney)" ], "dependencies": { + "cozysdk-client": "0.0.7", "vue": "^2.0.3", "vue-router": "^2.0.1" },