Commit f6ae21f6a2d77d09341773083c88fb6e24ad072e

Authored by Adhidarma Hadiwinoto
1 parent 2203dfd4a8
Exists in master

more files

Showing 2 changed files with 23 additions and 0 deletions Side-by-side Diff

... ... @@ -0,0 +1,4 @@
  1 +node_modules/
  2 +config.ini
  3 +log.txt
  4 +logs/
... ... @@ -0,0 +1,19 @@
  1 +{
  2 + "name": "burungmerah",
  3 + "version": "1.0.0",
  4 + "description": "Reverse Proxy di R97",
  5 + "main": "index.js",
  6 + "scripts": {
  7 + "test": "echo \"Error: no test specified\" && exit 1"
  8 + },
  9 + "repository": {
  10 + "type": "git",
  11 + "url": "git@gitlab.kodesumber.com:adhisimon/burungmerah.git"
  12 + },
  13 + "keywords": [
  14 + "reload97",
  15 + "r97"
  16 + ],
  17 + "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  18 + "license": "ISC"
  19 +}