-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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
40
41
42
43
44
45
46
47
48
{
"name": "ghost-cerkit-theme",
"version": "3.6.4",
"author": "Michael Earls",
"description": "A Bootstrap theme for the Ghost blogging engine. See https://ghost.org",
"dependencies": {
"conventional-changelog": "^1.1.0",
"gulp-load-plugins": "^1.2.4",
"lightbox2": "^2.8.2",
"semver": "^5.1.0"
},
"readme": "../README.md",
"analyze": false,
"devDependencies": {
"fs": "0.0.2",
"git": "^0.1.5",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-footer": "^1.0.5",
"gulp-git": "^1.7.2",
"gulp-header": "^1.8.2",
"gulp-jshint": "^2.0.1",
"gulp-package-number": "^1.0.0",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"merge2": "^1.0.2",
"streamqueue": "^1.1.1",
"yargs": "^4.7.1"
},
"license": "LGPL-2.1",
"engines": {
"node": ">=0.6"
},
"repository": {
"type": "git",
"url": "git://github.com/cerkit/ghost-cerkit-theme.git"
}
}