|
1 | 1 | { |
2 | | - "_args": [ |
3 | | - [ |
4 | | - "attila@git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665", |
5 | | - "/Users/kalquaddoomi/dev/Wicked/ghost-on-heroku" |
6 | | - ] |
7 | | - ], |
8 | | - "_from": "attila@github:zutrinken/attila#1.13.0", |
9 | | - "_id": "attila@git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665", |
10 | | - "_inBundle": false, |
11 | | - "_integrity": "sha512-JMEDGclzvEvqJ49CMD6tSfPRy/AlChqCB6vlciqwhYzrW9liD6dhM8Kxr9DEchSbIqz+gPTCP/I5kkwOZ/yyrA==", |
12 | | - "_location": "/attila", |
13 | | - "_phantomChildren": {}, |
14 | | - "_requested": { |
15 | | - "type": "git", |
16 | | - "raw": "attila@git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665", |
17 | | - "name": "attila", |
18 | | - "escapedName": "attila", |
19 | | - "rawSpec": "git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665", |
20 | | - "saveSpec": "git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665", |
21 | | - "fetchSpec": "ssh://[email protected]/zutrinken/attila.git", |
22 | | - "gitCommittish": "227bffca79395e8a0b93f5d12d1d3d90146ca665" |
| 2 | + "name": "attila", |
| 3 | + "description": "Ghost Theme", |
| 4 | + "demo": "https://attila.zutrinken.com", |
| 5 | + "version": "1.13.0", |
| 6 | + "engines": { |
| 7 | + "ghost": ">=2.1.0", |
| 8 | + "ghost-api": "v2" |
| 9 | + }, |
| 10 | + "license": "MIT", |
| 11 | + "screenshots": { |
| 12 | + "desktop": "src/screenshot-desktop.jpg", |
| 13 | + "mobile": "src/screenshot-mobile.jpg" |
23 | 14 | }, |
24 | | - "_requiredBy": [ |
25 | | - "/" |
26 | | - ], |
27 | | - "_resolved": "git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665", |
28 | | - "_spec": "git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665", |
29 | | - "_where": "/Users/kalquaddoomi/dev/Wicked/ghost-on-heroku", |
30 | 15 | "author": { |
31 | 16 | "name": "Peter Amende", |
32 | 17 | |
33 | 18 | "url": "https://zutrinken.com" |
34 | 19 | }, |
35 | | - "bugs": { |
36 | | - "url": "https://github.com/zutrinken/attila/issues" |
| 20 | + "gpm": { |
| 21 | + "type": "theme", |
| 22 | + "categories": [ |
| 23 | + "Minimal", |
| 24 | + "Personal Blogs" |
| 25 | + ] |
| 26 | + }, |
| 27 | + "keywords": [ |
| 28 | + "ghost-theme", |
| 29 | + "ghost", |
| 30 | + "theme" |
| 31 | + ], |
| 32 | + "repository": { |
| 33 | + "type": "git", |
| 34 | + "url": "https://github.com/zutrinken/attila.git" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "autoprefixer": "^9.1.5", |
| 38 | + "grunt": "^1.0.4", |
| 39 | + "grunt-contrib-clean": "^1.1.0", |
| 40 | + "grunt-contrib-copy": "^1.0.0", |
| 41 | + "grunt-contrib-uglify": "^3.3.0", |
| 42 | + "grunt-contrib-watch": "^1.0.0", |
| 43 | + "grunt-postcss": "^0.9.0", |
| 44 | + "grunt-sass": "^2.1.0", |
| 45 | + "grunt-zip": "^0.18.1", |
| 46 | + "load-grunt-tasks": "^3.5.2" |
37 | 47 | }, |
38 | 48 | "config": { |
39 | 49 | "posts_per_page": 10, |
|
51 | 61 | "width": 1920 |
52 | 62 | } |
53 | 63 | } |
54 | | - }, |
55 | | - "demo": "https://attila.zutrinken.com", |
56 | | - "description": "Ghost Theme", |
57 | | - "devDependencies": { |
58 | | - "autoprefixer": "^9.1.5", |
59 | | - "grunt": "^1.0.4", |
60 | | - "grunt-contrib-clean": "^1.1.0", |
61 | | - "grunt-contrib-copy": "^1.0.0", |
62 | | - "grunt-contrib-uglify": "^3.3.0", |
63 | | - "grunt-contrib-watch": "^1.0.0", |
64 | | - "grunt-postcss": "^0.9.0", |
65 | | - "grunt-sass": "^2.1.0", |
66 | | - "grunt-zip": "^0.18.1", |
67 | | - "load-grunt-tasks": "^3.5.2" |
68 | | - }, |
69 | | - "engines": { |
70 | | - "ghost": ">=2.1.0", |
71 | | - "ghost-api": "v2" |
72 | | - }, |
73 | | - "gpm": { |
74 | | - "type": "theme", |
75 | | - "categories": [ |
76 | | - "Minimal", |
77 | | - "Personal Blogs" |
78 | | - ] |
79 | | - }, |
80 | | - "homepage": "https://github.com/zutrinken/attila#readme", |
81 | | - "keywords": [ |
82 | | - "ghost-theme", |
83 | | - "ghost", |
84 | | - "theme" |
85 | | - ], |
86 | | - "license": "MIT", |
87 | | - "name": "attila", |
88 | | - "repository": { |
89 | | - "type": "git", |
90 | | - "url": "git+https://github.com/zutrinken/attila.git" |
91 | | - }, |
92 | | - "screenshots": { |
93 | | - "desktop": "src/screenshot-desktop.jpg", |
94 | | - "mobile": "src/screenshot-mobile.jpg" |
95 | | - }, |
96 | | - "version": "1.13.0" |
| 64 | + } |
97 | 65 | } |
0 commit comments