initial
This commit is contained in:
parent
2597d660d0
commit
a775ab2dc1
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
.idea/
|
||||
coverage/
|
||||
docs/
|
||||
node_modules/
|
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user