-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@mntm/polyfill",
"version": "1.1.0",
"main": "lib/index.js",
"module": "lib/index.js",
"jsnext:main": "lib/index.js",
"sideEffects": [
"./lib/*.js"
],
"author": {
"name": "Anton Petrov",
"email": "im@petrov.engineer",
"url": "https://petrov.engineer"
},
"description": "Web polyfills",
"license": "MIT",
"keywords": [
"polyfill",
"blob",
"raf",
"context"
],
"homepage": "https://github.com/maxi-team/polyfill",
"bugs": "https://github.com/maxi-team/polyfill/issues",
"repository": {
"type": "git",
"url": "https://github.com/maxi-team/polyfill.git"
},
"dependencies": {
"blueimp-canvas-to-blob": "^3.28.0",
"request-animation-frame-polyfill": "^1.1.2",
"ssr-window": "^3.0.0",
"unfetch": "^4.2.0"
}
}