diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6dded14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea/ +coverage/ +docs/ +node_modules/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..ff26d93 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "smartdeploy", + "version": "0.0.0", + "description": "deploy software with socket.io and jwt tockens", + "main": "dist/index.js", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/pushrocks/smartdeploy.git" + }, + "keywords": [ + "deploy", + "software" + ], + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://github.com/pushrocks/smartdeploy/issues" + }, + "homepage": "https://github.com/pushrocks/smartdeploy#readme" +}