-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 985 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
36
37
38
39
40
{
"name": "gxxghost",
"version": "2.2.0",
"description": "a theme of ghost",
"author": {
"name": "COoL",
"email": "[email protected]",
"url": "https://www.gxxsite.com"
},
"repository": {
"type": "git",
"url": "git://github.com/coolhihi/gxxghost.git"
},
"bugs": "git://github.com/coolhihi/gxxghost/issues",
"contributors": "https://github.com/coolhihi/gxxghost/graphs/contributors",
"license": "MIT",
"scripts": {
"dev": "gulp"
},
"engines": {
"node": "~7.0.0"
},
"devDependencies": {
"babel-register": "^6.26.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^3.0.0",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5"
}
}