From aa7c9e06a4d8236d98efcaae1a6667fbfdf4d394 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 19 Dec 2015 18:47:24 +0100 Subject: [PATCH] Initial commit --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..60de4f9a9 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "cloudron-installer", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "ssh://git@gitlab.smartserver.io:6000/yellowtent/cloudron-installer.git" + }, + "author": "", + "license": "ISC" +}