UNPKG

693 BJSONView Raw
1{
2 "name": "@sanity/eventsource",
3 "version": "0.117.0-alpha.4d694edd",
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+ssh://git@github.com/sanity-io/eventsource.git"
13 },
14 "keywords": [
15 "eventsource",
16 "polyfill"
17 ],
18 "author": "Sanity.io <hello@sanity.io>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/sanity-io/eventsource/issues"
22 },
23 "homepage": "https://github.com/sanity-io/eventsource#readme",
24 "dependencies": {
25 "eventsource": "^1.0.4",
26 "eventsource-polyfill": "^0.9.6"
27 }
28}