-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 KB
/
package.json
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
36
37
38
39
40
41
{
"name": "beforeunload-request",
"version": "1.0.1",
"description": "A unified API to reliably send data on beforeunload.",
"module": "dist/beforeunload-request.esm.js",
"browser": "dist/beforeunload-request.min.js",
"unpkg": "dist/beforeunload-request.min.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-plugin-transform-object-assign": "^6.22.0",
"rollup": "^1.23.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-license": "^0.12.1",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-uglify": "^6.0.3"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
"scripts": {
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wealthsimple/beforeunload-request.git"
},
"keywords": [
"beforeunload",
"request",
"fetch",
"sendBeacon",
"synchronous",
"xhr"
],
"author": "SimpleTax Software Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/wealthsimple/beforeunload-request/issues"
},
"homepage": "https://github.com/wealthsimple/beforeunload-request#readme"
}