forked from PlanTL-GOB-ES/spanish-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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": "catalan-language-understanding-benchmark",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp": "4.0.2",
"gulp-bower": "0.0.15",
"gulp-connect": "5.7.0",
"gulp-data": "1.3.1",
"gulp-gh-pages": "0.5.4",
"gulp-image": "6.2.1",
"gulp-minify": "3.1.0",
"gulp-pug": "5.0.0",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"gulp-stylus": "2.7.1",
"jsonfile": "6.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"serve": "gulp connect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeMU-BSC/catalan-language-understanding-benchmark"
},
"author": "TeMU-BSC",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeMU-BSC/catalan-language-understanding-benchmark/issues"
},
"homepage": "https://github.com/TeMU-BSC/catalan-language-understanding-benchmark",
"devDependencies": {
"browser-sync": "^2.27.10",
"eslint": "^8.24.0",
"gulp-cache": "^1.1.3",
"gulp-purgecss": "^5.0.0"
}
}