-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
{
"name": "fork-corner",
"version": "2.0.1",
"description": "A modern and global open source fork corner label for your project's landing page.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WarenGonzaga/fork-corner.git"
},
"keywords": [
"fork",
"corner",
"github",
"bitbucket",
"gitlab",
"label",
"css",
"javascript",
"modern",
"ribbon"
],
"author": "Waren Gonzaga",
"license": "MIT",
"bugs": {
"url": "https://github.com/WarenGonzaga/fork-corner/issues"
},
"homepage": "https://fork-corner.warengonzaga.com",
"github": "https://github.com/WarenGonzaga/fork-corner",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify-es": "^2.0.0",
"node-sass": "^5.0.0",
"readable-stream": "^3.6.0"
},
"dependencies": {},
"files": [
"dist/*"
]
}