Initialized npm

This commit is contained in:
corner 2019-09-03 14:42:01 +02:00
parent 6a0acafe8a
commit 630e5fb54e
3 changed files with 20 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

0
main.js Normal file
View File

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "webssh",
"version": "1.0.0-dev",
"description": "Webssh. Redefined",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.arnweb.nl/Hecc-inc./webssh_plus.git"
},
"keywords": [
"webssh",
"redefined"
],
"author": "Hecc-inc.",
"license": "UNLICENSED"
}