forked from rtr-nettest/rmbtws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
{
"private": false,
"name": "rmbtws",
"version": "0.8.0",
"description": "A JavaScript implementation of a WebSocket-client for the RMBT protocol",
"homepage": "https://www.netztest.at/",
"repository": "rtr-nettest/rmbtws",
"author": "RTR-Netztest-Team <[email protected]> (https://www.rtr.at)",
"contributors": [
"Thomas Schreiber <[email protected]>",
"Rundfunk und Telekom Regulierungs-GmbH (RTR-GmbH) <[email protected]>"
],
"license": "Apache-2.0",
"keywords": [
"rmbt",
"netztest",
"netttest",
"speedtest",
"rtr",
"rtr-netztest",
"rtr-nettest"
],
"main": "dist/rmbtws.min.js",
"babel": {
"presets": [
"es2015"
],
"plugins": []
},
"dependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.11.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2"
},
"scripts": {
"build": "gulp build"
}
}