This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
39 lines (39 loc) · 1.69 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
{
"name": "Casper",
"version": "1.1.5",
"author": "Lacy Morrow <[email protected]>",
"contributors": [
{
"name": "Lacy Morrow",
"email": "[email protected]"
}
],
"description": "A Ghost-like WordPress theme. Casper (for WordPress) is a simple yet beautiful theme for bloggers. Inspired by the Ghost blogging platform, Casper is a WordPress port of the default theme by the same name. The goal of this project is to emulate the gorgeous theme while taking advantage of features exclusive to the WordPress framework. There are plenty of customization options included, accessible through the WordPress Customizer. Already included are hooks to serve responsive images appropriately and media queries to provide a fast and seamless experience from desktop to mobile. For questions, support, development instructions, or to contribute to the project visit [https://github.com/lacymorrow/casper]",
"homepage": "https://github.com/lacymorrow/casper",
"repository": {
"type": "git",
"url": "https://github.com/lacymorrow/casper"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-csscomb": "^3.1.1",
"grunt-pot": "^0.3.0",
"image-type": "^3.0.0",
"load-grunt-tasks": "^4.0.0",
"tempfile": "^2.0.0",
"time-grunt": "^1.4.0"
},
"bugs": {
"url": "https://github.com/lacymorrow/casper/issues"
},
"license": "GPL"
}