This commit is contained in:
erwanlr
2019-03-02 10:43:45 +00:00
parent e0465e6e10
commit a5dbee93ff
9 changed files with 845 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "block-buddy",
"version": "0.1",
"description": "",
"main": "index.php",
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/hookturn/custom-query-block.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/hookturn/custom-query-block#readme",
"dependencies": {
"cgb-scripts": "^1.11.0",
"create-guten-block": "^1.11.0",
"npm": "^5.10.0"
}
}