forked from Comcast/Speed-testJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 812 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
{
"name": "speed-testjs",
"version": "1.0.35",
"description": "measure internet bandwidth",
"main": "index.js",
"author": "Maulan Byron",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/Comcast/Speed-testJS.git"
},
"dependencies": {
"aws-sdk": "^2.550.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"ip-address": "^6.1.0",
"os": "^0.1.1",
"requirejs": "^2.3.2",
"validate-ip-node": "^1.0.6",
"ws": "^7.1.2"
},
"devDependencies": {
"jasmine": "^3.5.0",
"karma": "^4.3.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js"
}
}