smartnetwork/package.json

20 lines
372 B
JSON
Raw Normal View History

2017-12-12 22:35:20 +00:00
{
"name": "smartnetwork",
2017-12-12 22:35:22 +00:00
"version": "1.0.2",
2017-12-12 22:35:20 +00:00
"description": "network diagnostics",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
"smartq": "^1.1.6",
"speedtest-net": "^1.3.2"
}
}