-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 980 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 980 Bytes
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": "melon",
"version": "1.0.0",
"description": "Custom ghost theme developed for the Melon Games website.",
"engines": {
"ghost-api": "v3"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bywarp/melon-ghost-theme"
},
"author": {
"name": "Warp Studios",
"email": "hello@bywarp.co"
},
"config": {
"posts_per_page": 6,
"image_sizes": {}
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bywarp/melon-ghost-theme/issues"
},
"homepage": "https://github.com/bywarp/melon-ghost-theme/#readme",
"dependencies": {
"animate.css": "^3.7.2",
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.7",
"fitvids": "^2.0.0",
"jquery": "^3.4.1",
"jquery.easing": "^1.4.1",
"wowjs": "^1.1.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2"
}
}