-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 978 Bytes
/
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
{
"name": "Solid",
"version": "1.4.0",
"description": "Minimal theme for Ghost with focus on typography.",
"repository": {
"type": "git",
"url": "https://github.com/klapec/solid-ghost.git"
},
"author": "Andrzej Kłapeć",
"license": "MIT",
"bugs": {
"url": "https://github.com/klapec/solid-ghost/issues"
},
"homepage": "https://github.com/klapec/solid-ghost",
"devDependencies": {
"gulp": "^3.8.9",
"gulp-autoprefixer": "^1.0.1",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-filter": "^1.0.2",
"gulp-imagemin": "^1.2.1",
"gulp-jshint": "^1.8.5",
"gulp-load-plugins": "^0.7.0",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "git://github.com/klapec/gulp-notify",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"node-notifier": "^4.0.2",
"psi": "^0.1.4"
}
}