forked from EvanNotFound/hexo-theme-redefine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 918 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
{
"name": "hexo-theme-redefine",
"version": "2.1.2",
"private": false,
"description": "Redefine your writing with modern style and various functionality in 'Redefine' Hexo Theme.",
"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+https://github.com/EvanNotFound/hexo-theme-redefine.git"
},
"keywords": [
"hexo",
"theme",
"redefine",
"simple",
"pure",
"powerful",
"hexo-theme"
],
"author": "EvanNotFound",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/EvanNotFound/hexo-theme-redefine/issues"
},
"homepage": "https://github.com/EvanNotFound/hexo-theme-redefine#readme"
}