Update package.json

This commit is contained in:
Lucas Verney 2016-11-04 15:42:20 -04:00
parent f07e882846
commit a71485b30d
1 changed files with 6 additions and 5 deletions

View File

@ -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"
},