Commit 560c22cdfc8bac5f8871009f4d05dfddb1227871

Authored by Adhidarma Hadiwinoto
1 parent 7b637fa383
Exists in master

some deps on package.json

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

... ... @@ -16,5 +16,10 @@
16 16 "ppob"
17 17 ],
18 18 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
19   - "license": "ISC"
  19 + "license": "ISC",
  20 + "dependencies": {
  21 + "json-stringify-pretty-compact": "^1.1.0",
  22 + "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
  23 + "request": "^2.85.0"
  24 + }
20 25 }