zulip/static/shared/package.json
Anders Kaseorg d2520cd7e0 js: Replace underscore with lodash and remove it from globals.
Tweaked by tabbott to bump PROVISION_VERSION.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-26 16:12:06 -07:00

10 lines
153 B
JSON

{
"name": "@zulip/shared",
"version": "0.0.2",
"license": "Apache-2.0",
"dependencies": {
"katex": "^0.12.0",
"lodash": "^4.17.19"
}
}