This commit is contained in:
Philipp Kunz 2016-04-07 16:26:37 +02:00
parent 2597d660d0
commit a775ab2dc1
3 changed files with 27 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.idea/
coverage/
docs/
node_modules/

0
README.md Normal file
View File

23
package.json Normal file
View File

@ -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"
}