[npm] Init Node Package

main
Joaquin 3 years ago
parent 31a142101a
commit 190f215f5e
Signed by: puly
GPG Key ID: 9E9299CD96C65EC6
  1. 2
      .gitignore
  2. 0
      app.js
  3. 15
      package.json

2
.gitignore vendored

@ -0,0 +1,2 @@
node_modules
extra

@ -0,0 +1,15 @@
{
"name": "outcheck",
"version": "1.0.0",
"description": "Proiect Infoeducatie",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cafelutza.cf/puly/outcheck"
},
"author": "Radu si Alex",
"license": "0BSD"
}
Loading…
Cancel
Save