commit aa7c9e06a4d8236d98efcaae1a6667fbfdf4d394 Author: Johannes Zellner Date: Sat Dec 19 18:47:24 2015 +0100 Initial commit 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" +}