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", "name": "cozy-RSVP",
"version": "", "version": "0.0.1",
"cozy-type": "static", "cozy-type": "static",
"cozy-displayName": "RSVP", "cozy-displayName": "RSVP",
"cozy-color": "", "cozy-color": "",
"description": "", "description": "A cozy version of http://calendly.com/.",
"license": "", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "" "url": "https://github.com/Phyks/cozy-RSVP"
}, },
"icon-path": "", "icon-path": "",
"cozy-permissions": { "cozy-permissions": {
@ -26,6 +26,7 @@
"Phyks (Lucas Verney)" "Phyks (Lucas Verney)"
], ],
"dependencies": { "dependencies": {
"cozysdk-client": "0.0.7",
"vue": "^2.0.3", "vue": "^2.0.3",
"vue-router": "^2.0.1" "vue-router": "^2.0.1"
}, },