UNPKG

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