Commit 7b637fa38335e9003a186796e2263c81138ae667

Authored by Adhidarma Hadiwinoto
1 parent e69eacbb8e
Exists in master

gitignore and package.json

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

... ... @@ -0,0 +1,4 @@
  1 +/node_modules/
  2 +/config.json
  3 +/tmp/
  4 +/logs/
... ... @@ -0,0 +1,20 @@
  1 +{
  2 + "name": "komodo-gw-komodo",
  3 + "version": "0.1.0",
  4 + "description": "Komodo Gateway to other Komodo",
  5 + "main": "index.js",
  6 + "scripts": {
  7 + "test": "mocha"
  8 + },
  9 + "repository": {
  10 + "type": "git",
  11 + "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo.git"
  12 + },
  13 + "keywords": [
  14 + "komodo",
  15 + "tektrans",
  16 + "ppob"
  17 + ],
  18 + "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  19 + "license": "ISC"
  20 +}