forked from XPoet/hexo-theme-keep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 990 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
{
"name": "hexo-theme-keep",
"version": "3.5.2",
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
"npm:publish": "npm publish",
"format": "prettier --write ./source/js/*.js ./scripts",
"lint:style": "stylelint --fix ./source/css",
"git:push": "git push --tag && git push -u origin dev",
"git:add": "npm run lint:style && git add ."
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/XPoet/hexo-theme-keep.git"
},
"keywords": [
"hexo",
"theme",
"hexo-theme",
"simple",
"elegant",
"beautiful",
"powerful"
],
"author": "XPoet",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/XPoet/hexo-theme-keep/issues"
},
"homepage": "https://github.com/XPoet/hexo-theme-keep#readme",
"devDependencies": {
"prettier": "^2.7.1",
"stylelint": "^14.13.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-stylus": "^0.17.0"
}
}