smartnetwork/package.json

22 lines
501 B
JSON
Raw Normal View History

2017-12-12 22:35:20 +00:00
{
2018-07-17 07:00:27 +00:00
"name": "@pushrocks/smartnetwork",
2017-12-12 22:35:22 +00:00
"version": "1.0.2",
2018-07-17 07:00:27 +00:00
"private": false,
2017-12-12 22:35:20 +00:00
"description": "network diagnostics",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
2018-07-17 07:00:27 +00:00
"license": "MIT",
2017-12-12 22:35:20 +00:00
"scripts": {
2018-07-17 07:00:27 +00:00
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
2017-12-12 22:35:20 +00:00
},
"devDependencies": {
2018-07-17 07:00:27 +00:00
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1"
2017-12-12 22:35:20 +00:00
},
"dependencies": {
2018-07-17 07:00:27 +00:00
"@pushrocks/smartpromise": "^2.0.5",
"speedtest-net": "^1.4.3"
2017-12-12 22:35:20 +00:00
}
2018-07-17 07:00:27 +00:00
}