Initial commit
[ghost-theme-work.git] / package.json
1 {
2 "name": "tawau-neil",
3 "description": "We love this one! It would be best described as the realm of the wordsmiths where content is king. It's easier to check it out and get convinced for yourself.",
4 "demo": "https://tawau.hauntedthemes.com/",
5 "version": "2.0.1",
6 "license": "GNU General Public License, Version 2",
7 "engines": {
8 "ghost": ">=2.0.0",
9 "ghost-api": "v2"
10 },
11 "author": {
12 "name": "Haunted Themes",
13 "email": "contact@hauntedthemes.com",
14 "url": "https://www.hauntedthemes.com"
15 },
16 "gpm": {
17 "type": "theme",
18 "categories": [
19 "Writer"
20 ]
21 },
22 "keywords": [
23 "ghost",
24 "theme",
25 "ghost-theme"
26 ],
27 "config": {
28 "posts_per_page": 3,
29 "image_sizes": {
30 "xs": {
31 "width": 80,
32 "height": 80
33 },
34 "m": {
35 "width": 750
36 }
37 }
38 },
39 "devDependencies": {
40 "beeper": "^3.0.0",
41 "gulp": "^4.0.2",
42 "gulp-livereload": "^4.0.2",
43 "gulp-sass": "^5.1.0",
44 "gulp-uglify": "^3.0.2",
45 "gulp-zip": "^5.1.0",
46 "node-sass": "^7.0.1",
47 "pump": "^3.0.0",
48 "sass": "^1.51.0"
49 },
50 "dependencies": {
51 "node-fetch": "^2.6.7"
52 }
53 }