-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 870 Bytes
/
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
{
"name": "bottom-nav-visibility-change",
"version": "0.3.1",
"description": "Event listener to detect when the visibility of the Mobile Safari bottom navigation bar has changed",
"main": "app.js",
"sourceType": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liddiard/bottom-nav-visibility-change.git"
},
"keywords": [
"safari",
"navigation",
"resize",
"event",
"listener"
],
"author": "Harrison Liddiard",
"license": "ISC",
"bugs": {
"url": "https://github.com/liddiard/bottom-nav-visibility-change/issues"
},
"homepage": "https://github.com/liddiard/bottom-nav-visibility-change#readme",
"devDependencies": {
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0"
}
}