Commit 0535337449c3d6a67c43b852640ef4eb97ef18ea

Authored by Adhidarma Hadiwinoto
1 parent c95bd9ad2a
Exists in master

package.json

Showing 1 changed file with 25 additions and 0 deletions Side-by-side Diff

... ... @@ -0,0 +1,25 @@
  1 +{
  2 + "name": "sate24-to-cjk",
  3 + "version": "1.0.0",
  4 + "description": "ST24 to CJK",
  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:reload97/sate24-to-cjk.git"
  12 + },
  13 + "keywords": [
  14 + "st24",
  15 + "ciwaru",
  16 + "cjk",
  17 + "ppob"
  18 + ],
  19 + "author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>",
  20 + "license": "ISC",
  21 + "dependencies": {
  22 + "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
  23 + "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git"
  24 + }
  25 +}