-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (30 loc) · 935 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": "connection-detector",
"version": "0.5.0",
"description": "Checking if your internet connect is active or offline while navigating around the application",
"author": "Emmanuel Essien <emmaessiensp@gmail.com> (https://github.com/emmamartins)",
"license": "MIT",
"homepage": "https://betacodings.com",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"bugs":{ "url" : "https://github.com/emmamartins/connection-detector/issues",
"email" : "emmaessiensp@gmail.com"
},
"contributors": ["emmamartins"],
"repository": {
"type" : "git",
"url" : "https://github.com/emmamartins/connection-detector.git"
},
"keywords": [
"https",
"offline",
"connection detector",
"detector",
"offline checker"
],
"main": "dist/js/connection-detector.js",
"files": [
"dist"
]
}