Commit 423daa458ebd4236fd7fa45ece092c54d665e0de
1 parent
1ae657235b
Exists in
master
some deps
Showing 2 changed files with 7 additions and 1 deletions Side-by-side Diff
.gitignore
package.json
... | ... | @@ -17,5 +17,10 @@ |
17 | 17 | "trust" |
18 | 18 | ], |
19 | 19 | "author": "Adhidarma Hadiwinoto <adhisimon@host2host.id>", |
20 | - "license": "ISC" | |
20 | + "license": "ISC", | |
21 | + "dependencies": { | |
22 | + "ini": "^1.3.4", | |
23 | + "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", | |
24 | + "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git" | |
25 | + } | |
21 | 26 | } |