summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2019-01-12 23:23:58 -0800
committerKasra Bigdeli <[email protected]>2019-01-12 23:23:58 -0800
commit6d5069a13623bdcd06331b16c02040e265c89054 (patch)
treead01bac7b87db5e4ee983be7b390d9d033ffd540 /package.json
parent6cc0bfc3761316df7d039fd868f23e4257a508a1 (diff)
downloadcaprover-one-click-apps-6d5069a13623bdcd06331b16c02040e265c89054.tar.gz
caprover-one-click-apps-6d5069a13623bdcd06331b16c02040e265c89054.zip
Added scripts
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4d52885
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "testing-v1-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)",
+ "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"
+ },
+ "author": "",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/githubsaturn/testing-v1-one-click-apps/issues"
+ },
+ "homepage": "https://github.com/githubsaturn/testing-v1-one-click-apps#readme",
+ "dependencies": {
+ "fs-extra": "^7.0.1",
+ "gh-pages": "^2.0.1"
+ }
+}