Commit f2bf78e38a52323da6cce655c9c44ba7b23812c2
1 parent
193321c53e
Exists in
master
some deps
Showing 2 changed files with 7 additions and 1 deletions Side-by-side Diff
.gitignore
... | ... | @@ -0,0 +1 @@ |
1 | +node_modules/ |
package.json
... | ... | @@ -19,5 +19,10 @@ |
19 | 19 | "ppob" |
20 | 20 | ], |
21 | 21 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
22 | - "license": "ISC" | |
22 | + "license": "ISC", | |
23 | + "dependencies": { | |
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 | + } | |
23 | 28 | } |