-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
59 lines (59 loc) · 1.82 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"engines": {
"node": "6.2.2"
},
"name": "open_speed_monitor",
"version": "0.0.0",
"description": "Summary ===================== OpenSpeedMonitor automates web performance measurements based on [WebPagetest][1]. It also processes, aggregates and visualizes the results. So it perfectly fits the need for a continuous monitoring of your most important pages.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iteratec/OpenSpeedMonitor.git"
},
"author": "iteratec",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/iteratec/OpenSpeedMonitor/issues"
},
"homepage": "https://github.com/iteratec/OpenSpeedMonitor#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"air-datepicker": "2.2.3",
"bootstrap": "3.4.0",
"bootstrap-chosen": "^1.4.2",
"bootstrap-colorpicker": "2.4.0",
"bootstrap-validator": "0.11.9",
"chosen-js": "1.8.2",
"clipboard": "1.7.1",
"codemirror": "5.19.0",
"crossfilter2": "1.3.14",
"d3": "3.5.17",
"eonasdan-bootstrap-datetimepicker": "4.17.47",
"file-saver": "1.3.3",
"jasmine-core": "2.4.1",
"jquery": "^3.3.1",
"jquery-contextmenu": "2.7.0",
"jquery-ui-dist": "^1.12.1",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-htmlfile-reporter": "^0.3.7",
"karma-jasmine": "^1.1.2",
"karma-junit-reporter": "^1.2.0",
"karma-remote-reporter": "^0.2.0",
"later": "^1.2.0",
"moment": "2.22.2",
"prettycron": "0.10.0",
"reductio": "0.6.3",
"save-svg-as-png": "1.1.0",
"sticky-table-headers": "0.1.24",
"tag-it": "HirokiDaido/tag-it",
"spin.js": "^2.0.1"
}
}