-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
37 lines (37 loc) · 890 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
33
34
35
36
37
{
"name": "network-speed",
"version": "2.1.1",
"description": "Node JavaScript module to check internet connectivity speed",
"main": "app.js",
"scripts": {
"build": "webpack",
"start": "node test_usage.js",
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kenigbolo/network-speed.git"
},
"keywords": [
"internet speed",
"network speed",
"speed",
"speedtest",
"internet",
"network"
],
"author": "Kenigbolo Meya Stephen",
"license": "MIT",
"bugs": {
"url": "https://github.com/kenigbolo/network-speed/issues"
},
"homepage": "https://github.com/kenigbolo/network-speed#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.2.0",
"serialize-javascript": ">=2.1.1",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.2"
},
"dependencies": {}
}