-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 956 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": "blog",
"version": "1.0.0",
"description": "Personal blog for growing up.",
"main": "index.js",
"scripts": {
"git-push": "git add . & node ./assets/scripts/add-timestamp.js file=. && cd ../yx-env && npm run git:push -- --1=blog",
"gh-pages": "npm run gitbook-build && gh-pages -d _book",
"gitbook-build": "gitbook install && gitbook build",
"gitbook-serve": "gitbook install && gitbook serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gyx8899/blog.git"
},
"keywords": [
"blog",
"frondend",
"markdown",
"react",
"javascript",
"node",
"js"
],
"author": "steper <[email protected]> (http://github.com/gyx8899)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gyx8899/blog/issues"
},
"homepage": "https://github.com/gyx8899/blog#readme",
"devDependencies": {
"@daybyday/yx-node": "^0.1.7",
"changed-git-files": "0.0.1"
}
}