Update package.json

This commit is contained in:
Kasra Bigdeli 2019-01-12 23:45:12 -08:00 committed by GitHub
parent 512a84bac9
commit 77a4a5ac40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,21 +1,21 @@
{
"name": "testing-v1-one-click-apps",
"name": "CapRover-one-click-apps",
"version": "1.0.0",
"description": "Process: - Find/create a docker-compose file for the one click app - Convert yaml file to json - Copy the content into the structure as [wordpress.json](https://github.com/githubsaturn/testing-v1-one-click-apps/blob/master/one-click-apps/v1/wordpress.json)",
"description": "One Click App Repository for CapRover",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/githubsaturn/testing-v1-one-click-apps.git"
"url": "git+https://github.com/caprover/one-click-apps.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/githubsaturn/testing-v1-one-click-apps/issues"
"url": "https://github.com/caprover/one-click-apps/issues"
},
"homepage": "https://github.com/githubsaturn/testing-v1-one-click-apps#readme",
"homepage": "https://github.com/caprover/one-click-apps",
"dependencies": {
"fs-extra": "^7.0.1",
"gh-pages": "^2.0.1"