-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 939 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
41
42
{
"name": "onemoretime1357.github.io",
"version": "1.0.0",
"description": "jekyll blog",
"main": "n",
"scripts": {
"test": "jekyll serve",
"create-file": "",
"commit": "git add . && npx git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oneMoreTime1357/oneMoreTime1357.github.io.git"
},
"keywords": [
"Jekyll",
"blog",
"-",
"dany",
"yang"
],
"author": "Dan Yang",
"license": "ISC",
"bugs": {
"url": "https://github.com/oneMoreTime1357/oneMoreTime1357.github.io/issues"
},
"homepage": "https://github.com/oneMoreTime1357/oneMoreTime1357.github.io#readme",
"devDependencies": {
"git-cz": "^4.7.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-less": "^4.0.1",
"gulp-minify": "^3.1.0",
"gulp-minify-css": "^1.2.4"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"dependencies": {}
}