-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 KB
/
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
43
44
45
{
"name": "jiandansousuo",
"version": "1.0.0",
"hexo": {
"version": "3.3.9"
},
"scripts": {
"build": "hexo generate",
"theme.update": "./bin/post-install.sh",
"postinstall": "./bin/post-install.sh",
"server": "hexo server",
"pretest": "yarn run build",
"test": "mocha --reporter spec --timeout 5000 --recursive test/spec/"
},
"devDependencies": {
"chai": "^4.1.2",
"glob": "^7.1.2",
"hexo": "^3.3.9",
"hexo-browsersync": "^0.2.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.0",
"hexo-generator-json-content": "^3.0.1",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.3.0",
"hexo-renderer-jade": "^0.4.1",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"mocha": "^3.5.3"
},
"description": "jiandansousuo blog",
"repository": {
"type": "git",
"url": "git+https://github.com/jiandansousuo/jiandansousuo.com.git"
},
"author": "jiandansousuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/jiandansousuo/jiandansousuo.com/issues"
},
"homepage": "https://github.com/jiandansousuo/jiandansousuo.com#readme"
}