zulip/static/shared/package.json
Greg Price a63786ac0d shared: Set up a way to share some frontend code with the mobile app.
This adds the general machinery required, and sets it up for the file
`typing_status.js` as a first use case.

Co-authored-by: Anders Kaseorg <anders@zulipchat.com>
2019-10-17 16:48:23 -07:00

9 lines
131 B
JSON

{
"name": "@zulip/shared",
"version": "0.0.1",
"license": "Apache-2.0",
"dependencies": {
"underscore": "^1.9.1"
}
}