Commit c2e9d14775dd42f57d0d8689b528a0e491168ac3
1 parent
2a3caa691c
Exists in
master
some deps
Showing 1 changed file with 6 additions and 1 deletions Side-by-side Diff
package.json
... | ... | @@ -20,5 +20,10 @@ |
20 | 20 | "m2m" |
21 | 21 | ], |
22 | 22 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
23 | - "license": "ISC" | |
23 | + "license": "ISC", | |
24 | + "dependencies": { | |
25 | + "request": "^2.74.0", | |
26 | + "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", | |
27 | + "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git" | |
28 | + } | |
24 | 29 | } |