Update package.json
This commit is contained in:
parent
f07e882846
commit
a71485b30d
11
package.json
11
package.json
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user