forked from Comcast/Speed-testJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 800 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
{
"name": "speed-testjs",
"version": "1.0.6",
"description": "measure internet bandwidth",
"main": "index.js",
"author": "Maulan Byron",
"license": "Apache License Version 2.0",
"dependencies": {
"aws-sdk": "^2.6.12",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.2",
"os": "^0.1.1",
"requirejs": "^2.3.2",
"validate-ip-node": "^1.0.6",
"ws": "^1.1.1"
},
"devDependencies": {
"grunt-contrib-copy": "^1.0.0",
"grunt-docco-multi": "0.0.4",
"grunt-tar.gz": "0.0.6",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-requirejs": "^1.1.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js"
}
}