-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 762 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 762 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
{
"name": "good-goodbye",
"version": "0.0.10",
"description": "Easy way to determine beforeunload callbacks",
"main": "index.js",
"scripts": {
"test": "nyc mocha -r jsdom-global/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spaceIess/good_goodbye.git"
},
"keywords": [
"beforeunload",
"unload callbacks"
],
"author": "spaceless",
"license": "MIT",
"bugs": {
"url": "https://github.com/spaceIess/good_goodbye/issues"
},
"homepage": "https://github.com/spaceIess/good_goodbye#readme",
"dependencies": {},
"devDependencies": {
"express": "^4.17.1",
"chai": "^4.2.0",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"mocha": "^6.2.0",
"sinon": "^7.4.1"
}
}