Added robots file
[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.3",
6 "license": "GNU General Public License, Version 2",
7 "engines": {
8 "ghost": ">=2.0.0"
9 },
10 "author": {
11 "name": "Haunted Themes",
12 "email": "contact@hauntedthemes.com",
13 "url": "https://www.hauntedthemes.com"
14 },
15 "gpm": {
16 "type": "theme",
17 "categories": [
18 "Writer"
19 ]
20 },
21 "keywords": [
22 "ghost",
23 "theme",
24 "ghost-theme"
25 ],
26 "config": {
27 "posts_per_page": 3,
28 "image_sizes": {
29 "xs": {
30 "width": 80,
31 "height": 80
32 },
33 "m": {
34 "width": 750
35 }
36 }
37 },
38 "devDependencies": {
39 "beeper": "^3.0.0",
40 "gulp": "^4.0.2",
41 "gulp-livereload": "^4.0.2",
42 "gulp-sass": "^5.1.0",
43 "gulp-uglify": "^3.0.2",
44 "gulp-zip": "^5.1.0",
45 "node-sass": "^7.0.1",
46 "pump": "^3.0.0",
47 "sass": "^1.51.0"
48 },
49 "dependencies": {
50 "node-fetch": "^2.6.7"
51 }
52 }