UNPKG

800 BJSONView Raw
1{
2 "name": "@sanity/eventsource",
3 "version": "2.1.4",
4 "description": "EventSource polyfill for browser and node.js",
5 "main": "./node.js",
6 "browser": "./browser.js",
7 "scripts": {},
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/sanity-io/sanity.git",
11 "directory": "packages/@sanity/eventsource"
12 },
13 "keywords": [
14 "sanity",
15 "cms",
16 "headless",
17 "realtime",
18 "content",
19 "eventsource",
20 "polyfill"
21 ],
22 "author": "Sanity.io <hello@sanity.io>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/sanity-io/sanity/issues"
26 },
27 "homepage": "https://www.sanity.io/",
28 "dependencies": {
29 "@rexxars/eventsource-polyfill": "^1.0.0",
30 "eventsource": "^1.0.6"
31 },
32 "gitHead": "21c1a2005f7baa57b4272893246eaf70dd0ffa52"
33}