-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
40 lines (40 loc) · 905 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
39
40
{
"name": "football-team-flags",
"version": "0.7.0",
"description": "Flags from brazilian teams made with css/scss",
"main": "index.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laisfrigerio/football-team-flags.git"
},
"keywords": [
"html",
"html5",
"css",
"sass",
"scss",
"brazil",
"brazilian",
"teams",
"football",
"logos",
"gulp"
],
"author": "Lais Frigerio",
"license": "MIT",
"bugs": {
"url": "https://github.com/laisfrigerio/football-team-flags/issues"
},
"homepage": "https://github.com/laisfrigerio/football-team-flags#readme",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.0.0",
"node-sass": "^6.0.1"
}
}