Commit 01581b765eba54a82557ac53eb374453a2c90020

Authored by Adhidarma Hadiwinoto
1 parent 7648e2f906
Exists in master

some deps on package.json

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

... ... @@ -20,5 +20,13 @@
20 20 "tbs"
21 21 ],
22 22 "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
23   - "license": "BSD"
  23 + "license": "BSD",
  24 + "dependencies": {
  25 + "request": "~2.67.0",
  26 + "url": "~0.11.0",
  27 + "ini": "~1.3.4",
  28 + "strftime": "~0.9.2",
  29 + "xmpp": "0.0.8",
  30 + "winston": "~2.1.1"
  31 + }
24 32 }