-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 931 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
32
33
34
35
36
37
38
{
"name": "spanish-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/spanish-benchmark"
},
"author": "TeMU-BSC",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeMU-BSC/spanish-benchmark/issues"
},
"homepage": "https://github.com/TeMU-BSC/spanish-benchmark",
"devDependencies": {
"gulp-purgecss": "^5.0.0"
}
}