Commit f47f8a907df57b71080a59f5c847b4a26f2c01e6

Authored by Adhidarma Hadiwinoto
1 parent 1f871a5100
Exists in master

some deps

Showing 3 changed files with 30 additions and 0 deletions Inline Diff

File was created 1 node_modules/
2 logs/log*
3
File was created 1 {
2 "name": "sate24-to-kospinjasa",
3 "version": "1.0.0",
4 "description": "ST24 to Kospin JASA",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-kospinjasa.git"
12 },
13 "keywords": [
14 "st24",
15 "reload97",
16 "r97",
17 "ppob",
18 "kospinjasa"
19 ],
20 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
21 "license": "ISC",
22 "dependencies": {
23 "ini": "^1.3.4",
24 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
25 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git",
26 "winston": "^2.2.0"
27 }
28 }
29