-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.37 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
42
43
44
45
46
47
48
49
{
"name": "internet_checker",
"version": "1.1.2",
"description": "Check internet connection and emmit sound when there's no internet. This is very useful when your connection is not stable and you don't want to waste time checking often if your internet connection is really down.",
"keywords": [
"Internet Checker",
"slow connection",
"slow internet connection",
"internet connection announcer",
"script",
"reactiveX"
],
"main": "check_internet_script.js",
"dependencies": {
"ping": "^0.2.2",
"rxjs": "^5.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node check_internet_script.js"
},
"author": {
"name": "BikeCoders",
"email": "[email protected]",
"url": "https://github.com/bikecoders"
},
"contributors": [
{
"name": "Diego Juliao",
"email": "[email protected]",
"url": "https://github.com/dianjuar"
},
{
"name": "Yossely Mendoza",
"email": "[email protected]",
"url": "https://github.com/yossely"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:bikecoders/internet_checker.git"
},
"bugs": {
"url": "https://github.com/bikecoders/internet_checker/issues"
},
"homepage": "https://github.com/bikecoders/internet_checker#readme",
"readmeFilename": "README.md"
}