This commit is contained in:
erwanlr
2019-01-07 14:58:03 +00:00
parent 01702c127b
commit d5222d7e9a
11 changed files with 2176 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "myticket-events-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.13.0",
"po2json": "^1.0.0-alpha"
}
}