-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "gotestweb",
"title": "GoTestWeb",
"version": "1.1.1",
"author": "Julien Viard de Galbert",
"contributors": [
"Guillaume Giamarchi"
],
"license": "BSD-3-Clause",
"description": "a web frontend application to render `go test` JSON output",
"repository": "github:JulienVdG/gotestweb",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"dev": "gulp dev"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-requirejs-optimize": "^1.3.0",
"gulp-sourcemaps": "^2.6.5",
"jshint": "^2.9.6"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"almond": "^0.3.3",
"asciinema-player": "^2.6.1",
"bootstrap": "^4.3.1",
"hasher": "1.2.0",
"jquery": "^3.4.0",
"moment": "^2.18.1",
"ractive": "^1.3.8",
"requirejs": "2.3.6",
"requirejs-text": "^2.0.15",
"underscore": "^1.8.3"
}
}