forked from kenigbolo/network-speed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 859 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
{
"name": "@quantfive/network-speed",
"version": "2.0.1",
"description": "Node/Browser 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": "^6.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2"
},
"dependencies": {}
}