UNPKG

678 BJSONView Raw
1{
2 "name": "@worker-tools/event-target-polyfill",
3 "version": "0.1.2",
4 "description": "An EventTarget Polyfill",
5 "main": "index.js",
6 "exports": {
7 ".": "./index.js"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "scripts": {
13 "test": "node ./test.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/worker-tools/event-target-polyfill.git"
18 },
19 "keywords": [
20 "EventTarget",
21 "Polyfill"
22 ],
23 "author": "Ben Lesh <ben@benlesh.com>",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/benlesh/event-target-polyfill/issues"
27 },
28 "homepage": "https://github.com/worker-tools/event-target-polyfill#readme"
29}