Commit f3e647c39fed7200b260cd21198e643a0219c03f

Authored by Adhidarma Hadiwinoto
1 parent c4a2136059
Exists in master

index.js and package.json

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

... ... @@ -0,0 +1,22 @@
  1 +{
  2 + "name": "sate24-pull-proxy",
  3 + "version": "1.0.0",
  4 + "description": "ST24 Pull Proxy",
  5 + "main": "index.js",
  6 + "scripts": {
  7 + "test": "mocha"
  8 + },
  9 + "repository": {
  10 + "type": "git",
  11 + "url": "git@gitlab.kodesumber.com:reload97/sate24-pull-proxy.git"
  12 + },
  13 + "keywords": [
  14 + "st24",
  15 + "aaa",
  16 + "reload97",
  17 + "r97",
  18 + "ppob"
  19 + ],
  20 + "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  21 + "license": "ISC"
  22 +}