-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "iback",
"version": "1.1.0",
"description": "Notifies you when your Internet speed is back to normal",
"main": "./lib/index.js",
"bin": "./lib/cli.js",
"scripts": {
"build": "babel src -d lib",
"watch": "npm run build -- -w",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZuraJanaiNazayDa/iback.git"
},
"keywords": [
"cli",
"speed",
"speed-test",
"internet",
"bandwidth",
"check"
],
"author": "Yazan Alkheder <ZuraJanaiNazayDa@gmail.com> (http://ZuraJanaiNazayDa.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZuraJanaiNazayDa/iback/issues"
},
"homepage": "https://github.com/ZuraJanaiNazayDa/iback#readme",
"dependencies": {
"chalk": "^2.4.1",
"log-symbols": "^2.2.0",
"log-update": "^2.3.0",
"meow": "^5.0.0",
"node-notifier": "^5.2.1",
"ora": "^2.1.0",
"speedtest-net": "^1.4.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"husky": "^0.14.3",
"prettier": "1.13.5",
"pretty-quick": "^1.6.0"
}
}